How to force virtualenv to install latest setuptools and pip from pypi?
问题 Is it possible to force virtualenv to use the latest setuptools and pip available from pypi? Essentially, I'm looking for the opposite of the --never-download flag. Currently, when I make a new virtualenv, it uses the local (old) versions that come bundled with virtualenv. $ v.mk testvenv New python executable in testvenv/bin/python Installing setuptools............done. Installing pip...............done. $ pip show setuptools --- Name: setuptools Version: 0.6c11 Location: /Users/cwilson/