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


Groups > comp.lang.python > #6783

Re: Alternatives to PythonPath

From "Gabriel Genellina" <gagsl-py2@yahoo.com.ar>
Subject Re: Alternatives to PythonPath
Date 2011-06-01 00:54 -0300
References <c57c7393-51cb-4b7b-9b06-a29976aa94f0@x3g2000yqj.googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.2353.1306900474.9059.python-list@python.org> (permalink)

Show all headers | 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