Skip to content

Instantly share code, notes, and snippets.

@richardgill
Created January 21, 2017 17:29
Show Gist options
  • Save richardgill/05f4bc5be9cb0e57e276c294a759777f to your computer and use it in GitHub Desktop.
Save richardgill/05f4bc5be9cb0e57e276c294a759777f to your computer and use it in GitHub Desktop.
Python project setup for Milan
pip install virtualenv
#Intialise venv for project you're working on
virtualenv -p python3 venv
#Needs to be run to venv shiz up. (Put it in your ~/.bash_profile)
source venv/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment