I wonder how to install Python 3 version package from Ubuntu to pip

Asked 1 years ago, Updated 1 years ago, 104 views

I'm using Ubuntu 12.04 and my computer has Python 2.7 and 3.5.

Basically, it is linked to Python 2.7, so if you just pip, the 2.7 package will be installed right away, but I don't know what option to install the 3.5 version package.

pip python pip3 ubuntu

2022-09-22 13:21

1 Answers

You can write python3-pip from Ubuntu 12.10+ and Fedora 13+.

at the terminal $ sudo apt-get install python3-pip

at the terminal $ sudo pip3 install packagename


2022-09-22 13:21

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.