Skip to content

Instantly share code, notes, and snippets.

@bayoishola20
Last active October 25, 2019 15:57
Show Gist options
  • Save bayoishola20/db5b97a0312edf9c2833626812226e21 to your computer and use it in GitHub Desktop.
Save bayoishola20/db5b97a0312edf9c2833626812226e21 to your computer and use it in GitHub Desktop.
Ubuntu on VMWare
# 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