Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51722

Re: Using system python vs. updated/current version

From Ben Last <ben@benlast.com>
Date 2013-08-01 08:17 +0800
Subject Re: Using system python vs. updated/current version
Newsgroups comp.lang.python
Message-ID <mailman.69.1375341585.1251.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

> From: memilanuk <memilanuk@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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Using system python vs. updated/current version Ben Last <ben@benlast.com> - 2013-08-01 08:17 +0800

csiph-web