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


Groups > comp.lang.python > #51722 > unrolled thread

Re: Using system python vs. updated/current version

Started byBen Last <ben@benlast.com>
First post2013-08-01 08:17 +0800
Last post2013-08-01 08:17 +0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#51722 — Re: Using system python vs. updated/current version

FromBen Last <ben@benlast.com>
Date2013-08-01 08:17 +0800
SubjectRe: Using system python vs. updated/current version
Message-ID<mailman.69.1375341585.1251.python-list@python.org>

[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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web