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
> -
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'
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