25 Sep
2014
25 Sep
'14
2:44 a.m.
Le 25/09/2014 09:22, INADA Naoki a écrit :
FYI, homebrew's Python uses prefix option, so I can't use `--user`. Is it a bug?
$ /usr/local/bin/pip -V pip 1.5.6 from /usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip-1.5.6-py2.7.egg (python 2.7)
$ /usr/local/bin/pip install --user tornado ... error: can't combine user with prefix, exec_prefix/home, or install_(plat)base
Yes, it is. http://bugs.python.org/issue22269 Regards Antoine.