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

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin3!goblin2!goblin.stu.neva.ru!newsfeed1.swip.net!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <benlast@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status UNSURE 0.206
X-Spam-Level **
X-Spam-Evidence '*H*': 0.62; '*S*': 0.03; 'subject:version': 0.09; 'python': 0.11; 'subject:python': 0.16; 'sender:addr:gmail.com': 0.17; 'email addr:gmail.com&gt;': 0.22; 'install': 0.23; 'subject:/': 0.26; 'installed': 0.27; 'message- id:@mail.gmail.com': 0.30; 'run': 0.32; 'development.': 0.33; 'received:google.com': 0.35; 'depends': 0.38; 'to:addr:python- list': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'tracking': 0.61; 'different': 0.65; 'subject:. ': 0.67; 'touch': 0.74; 'pain': 0.84; 'subject:Using': 0.84; 'subject:system': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=caW7jYd1NfqR2qkruVXIIV9qIsoyAHl65JU39uS0NJo=; b=EYNHVqFtwXsy2vi0lsIDqex0oDkUkeinz2JUywLK7WbAIdxXIaH/Or8PbFxkXQNeqr C9ETkBYG9rWWfvxy3D+EnhEC8tQc8Y53fqRb2CNTUtESBBXQsKeoqP+TZjPojP8bzJRW 2or+oGW+4f+6R43/YNV+h45p2M1jsFeZ5t0hVHNzlzcAzny+Mz4L0+oFIckfx9KQrcFU g1dn8+iYS47s5WRauP5Mn9w9v7hMJxueFxiJpemtYul5943ZU4NY4+mCro95FosWqMrV xUm54/Y95/uMaskdhVDxe3JzVQbbAurrnbnU5KbaJn8Zs8sSMjAB2EBjv/RPQqLnUOX7 29QA==
X-Received by 10.194.248.130 with SMTP id ym2mr2008845wjc.61.1375316260500; Wed, 31 Jul 2013 17:17:40 -0700 (PDT)
MIME-Version 1.0
Sender benlast@gmail.com
From Ben Last <ben@benlast.com>
Date Thu, 1 Aug 2013 08:17:20 +0800
X-Google-Sender-Auth SMuAPbIdyRY0-qzXPZg6Ivofjkg
Subject Re: Using system python vs. updated/current version
To python-list@python.org
Content-Type multipart/alternative; boundary=089e013d14422939d004e2d7c5ae
X-Mailman-Approved-At Thu, 01 Aug 2013 09:19:43 +0200
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.69.1375341585.1251.python-list@python.org> (permalink)
Lines 41
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1375341585 news.xs4all.nl 15949 [2001:888:2000:d::a6]:50492
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51722

Show key headers only | 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