Skip to content

Instantly share code, notes, and snippets.

@jerith
Created July 30, 2015 20:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jerith/016883eaad678184594f to your computer and use it in GitHub Desktop.
Save jerith/016883eaad678184594f to your computer and use it in GitHub Desktop.
[22:52|jerith@kilrah] ~% virtualenv -p pypy fooenv
Running virtualenv with interpreter /usr/local/bin/pypy
New pypy executable in fooenv/bin/pypy
Installing setuptools, pip, wheel...done.
[22:53|jerith@kilrah] ~% . ./fooenv/bin/activate
(fooenv)[22:53|jerith@kilrah] ~% python
Python 2.7.9 (295ee98b69288471b0fcf2e0ede82ce5209eb90b, Jun 02 2015, 18:26:45)
[PyPy 2.6.0 with GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment