Installing Python 3 Pip Packages on Ubuntu
To install Python packages with Pip, it's important to take note of the Python version used. If both Python 2 and Python 3 are installed, Pip may default to installing packages for Python 2. For packages compatible with both Python versions, this article provides instructions on how to install the Python 3 version via Pip.
Solution
Ubuntu Users (12.04 ) and Fedora Users (13 )
A package named python3-pip is available for Ubuntu 12.10 and Fedora 13 , allowing easy installation of Python 3 Pip without additional setup.
General Solution
For Ubuntu 12.04, the following steps can be followed:
The above is the detailed content of How to Install Python 3 Pip Packages on Ubuntu?. For more information, please follow other related articles on the PHP Chinese website!