Skip to content

Instantly share code, notes, and snippets.

@danlindow
Created June 12, 2017 09:32
Show Gist options
  • Save danlindow/8162d5746925b386334f02cdf1e4f9ab to your computer and use it in GitHub Desktop.
Save danlindow/8162d5746925b386334f02cdf1e4f9ab to your computer and use it in GitHub Desktop.
Flask Continuous Deployment - Medium
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