Makoto Kuwata
unread,Nov 15, 2011, 8:34:30 AM11/15/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pytho...@python.org
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 environment variable such as::
export PIP_INSTALL_DIR=$PWD/local
Is it possible? Or any idea?
--
regards,
makoto