Last active
October 25, 2019 15:57
-
-
Save bayoishola20/db5b97a0312edf9c2833626812226e21 to your computer and use it in GitHub Desktop.
Ubuntu on VMWare
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Setting up virtualization - Android development | |
## power off kernel instance | |
sudo apt install qemu-kvm` | |
sudo chown -R bayo:bayo /dev/kvm` | |
ls -al /dev/kvm` # this lists | |
sudo adduser $USER kvm` | |
#after installing jupyter notebook pip and pip3 and `jupyter notebook --allow-root` does not work, run below | |
pip3 install --upgrade jupyter_client |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment