> From: memilanuk <memila...@gmail.com> > How much of a pain are virtualenvs when working from an IDE? >
That depends on the IDE. I use PyCharm, and it has support for setting up multiple Python virtualenvs, and associated different projects with different virtualenvs, as well as tracking the packages installed per virtualenv, etc. I personally never touch the system Python install (I run ubuntu) because I can never be sure what other OS systems rely on them. I use virtualenvs for all development. b
-- http://mail.python.org/mailman/listinfo/python-list