Using system python vs. updated/current version
Ben Last
ben at benlast.com
Wed Jul 31 20:17:20 EDT 2013
> From: memilanuk <memilanuk at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130801/71ce5d3e/attachment.html>
More information about the Python-list
mailing list