Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51722 > unrolled thread
| Started by | Ben Last <ben@benlast.com> |
|---|---|
| First post | 2013-08-01 08:17 +0800 |
| Last post | 2013-08-01 08:17 +0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Re: Using system python vs. updated/current version Ben Last <ben@benlast.com> - 2013-08-01 08:17 +0800
| From | Ben Last <ben@benlast.com> |
|---|---|
| Date | 2013-08-01 08:17 +0800 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web