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


Groups > comp.lang.python > #6783

Re: Alternatives to PythonPath

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.021
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'locked': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; '(2.6': 0.16; 'desktop.': 0.16; 'from:addr:yahoo.com.ar': 0.16; 'permissions.': 0.16; 'win7': 0.16; 'windows': 0.26; 'charset:iso-8859-15': 0.30; 'sun,': 0.30; 'tightly': 0.30; 'it.': 0.31; 'define': 0.31; 'usually': 0.32; 'header:X-Complaints-To:1': 0.32; 'to:addr:python-list': 0.33; 'there': 0.35; 'header:User- Agent:1': 0.35; 'using': 0.35; 'received:org': 0.38; 'subject:: ': 0.38; 'user': 0.39; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'ray': 0.65; 'alternative': 0.71; '-0300,': 0.84; 'genellina': 0.84; 'gabriel': 0.91; 'received:186': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From "Gabriel Genellina" <gagsl-py2@yahoo.com.ar>
Subject Re: Alternatives to PythonPath
Date Wed, 01 Jun 2011 00:54:08 -0300
References <c57c7393-51cb-4b7b-9b06-a29976aa94f0@x3g2000yqj.googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=iso-8859-15; format=flowed; delsp=yes
Content-Transfer-Encoding 8bit
X-Gmane-NNTP-Posting-Host 186.19.171.200
User-Agent Opera Mail/11.10 (Win32)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
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.2353.1306900474.9059.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 82.94.164.166
X-Trace 1306900475 news.xs4all.nl 49179 [::ffff:82.94.164.166]:46284
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:6783

Show key headers only | View raw


En Sun, 29 May 2011 18:49:28 -0300, ray <ray@aarden.us> escribió:

> I am using Win7 on a tightly locked down desktop.
>
> Is there an alternative to using PythonPath?
>
> What are the trade-offs?

Usually there is no need to define the PYTHONPATH variable; I never use it.
There is a per-user site-packages directory (2.6 and up), on Windows it is  
located at %APPDATA%\Python\PythonXX\site-packages. Every user gets its  
own %APPDATA% directory, with read and write permissions.

-- 
Gabriel Genellina

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


Thread

Alternatives to PythonPath ray <ray@aarden.us> - 2011-05-29 14:49 -0700
  Re: Alternatives to PythonPath Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2011-05-30 00:31 +0200
  Re: Alternatives to PythonPath rusi <rustompmody@gmail.com> - 2011-05-29 19:26 -0700
  Re: Alternatives to PythonPath "Gabriel Genellina" <gagsl-py2@yahoo.com.ar> - 2011-06-01 00:54 -0300

csiph-web