Re: PREFIX directory for pip command

2011-11-15 Thread Makoto Kuwata
On Tue, Nov 15, 2011 at 11:33 PM, Marc Christiansen wrote: > > I'd try >  export PIP_INSTALL_OPTION=--prefix=$PWD/local It works very well. Thank you. -- regards, makoto > > using a config file is also possible. See > http://www.pip-installer.org/en/latest/configuration.html > > Ciao > Marc > -

Re: PREFIX directory for pip command

2011-11-15 Thread Marc Christiansen
Makoto Kuwata wrote: > Is it possible to specify PREFIX directory for pip command by > environment variable? > > I found that 'pip install --install-option=--prefix=PREFIX' works well, > but I don't want to specify '--install-option=--prefix=PREFIX'

PREFIX directory for pip command

2011-11-15 Thread Makoto Kuwata
Is it possible to specify PREFIX directory for pip command by environment variable? I found that 'pip install --install-option=--prefix=PREFIX' works well, but I don't want to specify '--install-option=--prefix=PREFIX' every time. I prefer to specify it by env