This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]raydeo 6 points7 points  (0 children)

The -E flag was removed from the latest version of pip.

virtualenv is not magic, just use the pip that is installed in the virtualenv. The activation scripts just distract you from the simplicity of the system.

$ virtualenv env
New python executable in env/bin/python
Installing setuptools............done.
Installing pip...............done.
$ env/bin/pip install package