[Python-Dev] 3.5 release schedule PEP

Antoine Pitrou antoine at python.org
Thu Sep 25 11:44:32 CEST 2014


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.


More information about the Python-Dev mailing list