Skip to content

Instantly share code, notes, and snippets.

@bobwei
Created December 21, 2012 11:59
Show Gist options
  • Save bobwei/4352386 to your computer and use it in GitHub Desktop.
Save bobwei/4352386 to your computer and use it in GitHub Desktop.
#enable
heroku labs:enable user-env-compile --app projectxapp
heroku config:set CLEAN_VIRTUALENV=yes --app projectxapp
heroku config:set BUILDPACK_URL=https://github.com/bobwei/heroku-buildpack-python --app projectxapp
git push projectxapp working:master
#disable
heroku config:unset CLEAN_VIRTUALENV --app projectxapp
heroku labs:disable user-env-compile --app projectxapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment