Created
June 12, 2017 09:32
-
-
Save danlindow/8162d5746925b386334f02cdf1e4f9ab to your computer and use it in GitHub Desktop.
Flask Continuous Deployment - Medium
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
sudo easy_install virtualenv | |
virtualenv ~/virtualenvs/project_name | |
source ~/virtualenvs/project_name/bin/activate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment