[PYTHON] Command installation destination with pip, easy_install

It is common to do pip install when installing Python tools, but the command installation destination at this time may be / usr / bin or / usr / local / bin depending on the environment. It seems.

--Installed in / usr / bin on Amazon Linux 2014.09 --Installed in / usr / local / bin on Amazon Linux 2015.03, 2015.09

If you want to install in / usr / bin, you can specify--install-option = "--install-scripts = / usr / bin"in the pip command option.

If you are using easy_install, it will be --script-dir = / usr / bin.

reference:

Recommended Posts

Command installation destination with pip, easy_install
PIL installation with pip
pip installation
pip installation
pip installation
Python installation and package management with pip
pip command collection
Broken pip command
The story that fits in with pip installation
pip install ○○○ error Command errored out with exit status 1:
Installing packages with pip3
Road installation with optimization
Error with pip install
Use pip with MSYS2
Install the pip command
Dealing with pip and related installation errors on Ubuntu 18.04
Install scikit.learn with pip
Delete all libraries installed on pip with a single command
Change the installation destination when --user is added to pip
Enable pip installation with Windows Azure website creation (Django project)
[Package management] Installation destination and internal processing of apt and pip
Bulk update with pip (with confirmation)
Use pip with Jupyter Notebook
When moss with pip install
Install github repository with pip
jupyter nbextension, nbextensions_configurator installation command
nwdiag Problems with offline installation
Encryption / decryption with GPG command
[PyCaret] Installation method Failed with pip-> Solved by creating virtual environment!