Open
Description
- Pip version: 8.1.2
- Python version: 2.7.10_2
- Operating System: OSX 10.10.5
Description:
When I use --target option, I can specify target directory, however scripts are not inside. There is bit detailed StackOverflow question: http://stackoverflow.com/questions/26476607/how-do-you-specify-bin-directory-for-pip-install-with-target-option-enabled
It would be great if there was option to specify bin/ directory as well.
What I've run:
pip install ipython -t python_modules
ipython
is installed inside python_modules
but there is no bin/ipython