Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created July 22, 2013 01:55
Show Gist options
  • Save yuuichi-fujioka/6050847 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/6050847 to your computer and use it in GitHub Desktop.
activate python virtualenv
virtualenv --no-site-packages ./venv
./venv/bin/python hoge.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment