Skip to content

Instantly share code, notes, and snippets.

@ejucovy
Created April 6, 2011 17:23
Show Gist options
  • Save ejucovy/906093 to your computer and use it in GitHub Desktop.
Save ejucovy/906093 to your computer and use it in GitHub Desktop.
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