When I create a virtualenv, it installs setuptools and pip. Is it possible to add new packages to this list?
Example use cases:
- Following this solution to use ipython in virtualenv (from this question) requires installing ipython in every virtualenv (unless I allow system-site-packages).
- Or if I'm doing a only flask/pygame/framework development, I'd want it in every virtualenv.