Created
January 21, 2017 17:29
-
-
Save richardgill/05f4bc5be9cb0e57e276c294a759777f to your computer and use it in GitHub Desktop.
Python project setup for Milan
This file contains hidden or 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
| 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