Re: customary way of keeping your own Python and module directory in $HOME

2007-05-21 Thread Christopher Arndt
On 15 Mai, 02:55, [EMAIL PROTECTED] wrote: > My issues have been with keeping a ~/pylib directory for extra > modules, and reconciling that with setuptools / Easy Install. I'm > curious to hear how other folks manage their own local module > directory. For Python libraries, I use the workingenv.py

Re: customary way of keeping your own Python and module directory in $HOME

2007-05-15 Thread timw.google
On May 14, 8:55 pm, [EMAIL PROTECTED] wrote: > On May 14, 6:00 pm, James Stroud <[EMAIL PROTECTED]> wrote: > > > [EMAIL PROTECTED] wrote: > > [snip], but on *nix, > > you can compile python with the "--prefix=" option set to a directory in > > your home dir and install there. > > Check. > > > I rec

Re: customary way of keeping your own Python and module directory in $HOME

2007-05-14 Thread jmg3000
On May 14, 6:00 pm, James Stroud <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > [snip], but on *nix, > you can compile python with the "--prefix=" option set to a directory in > your home dir and install there. Check. > I recommend having your own python install if you want a comprehensi

Re: customary way of keeping your own Python and module directory in $HOME

2007-05-14 Thread James Stroud
[EMAIL PROTECTED] wrote: > What's the customary way to keep your own local Python and package > directory? For example, when you're on a server where you don't have > root access, and everything must go in your home directory. > > * What directories do you create? > * What environment variables do

customary way of keeping your own Python and module directory in $HOME

2007-05-14 Thread jmg3000
What's the customary way to keep your own local Python and package directory? For example, when you're on a server where you don't have root access, and everything must go in your home directory. * What directories do you create? * What environment variables do you set? * What config files do you