Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eon01/bf0ec6ae6304135cb82da84d5796ec2a to your computer and use it in GitHub Desktop.
Save eon01/bf0ec6ae6304135cb82da84d5796ec2a to your computer and use it in GitHub Desktop.
apt install python3-pip
pip3 install --upgrade pip
pip3 install virtualenvwrapper
mkdir $HOME/PYTHON_ENV
export WORKON_HOME=$HOME/PYTHON_ENVS
source /usr/local/bin/virtualenvwrapper.sh
mkvirtualenv --python=$(which python3) $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment