Created
April 6, 2011 17:23
-
-
Save ejucovy/906093 to your computer and use it in GitHub Desktop.
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
ejucovy@hotdog:/tmp$ curl -O https://github.com/pypa/virtualenv/raw/master/virtualenv.py | |
ejucovy@hotdog:/tmp$ python virtualenv.py foo | |
New python executable in foo/bin/python | |
Installing setuptools............done. | |
ejucovy@hotdog:/tmp$ cd foo | |
ejucovy@hotdog:/tmp/foo$ ./bin/pip -E /tmp/bar install Tempita | |
The virtual environment does not exist: /tmp/bar | |
and virtualenv is not installed, so a new environment cannot be created | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment