vurfivestar.blogg.se

Install pip on ubuntu
Install pip on ubuntu






The version number may vary, but the output will be similar to the one below pip 9.0.1from/usr/lib/python3/dist-packages (python 3.6) The command above, will print the version of Pip installed. Once it’s ready, execute the command below to verify the installation. The package will not take long to install.

install pip on ubuntu

Next, execute the command below to install Pip and all the dependencies needed for designing Python modules. The first step when installing Pip for Python 3 is to update your package index. Ubuntu 18.04 comes with Python 3 pre-installed as a default installation for Python.

install pip on ubuntu

Let’s first install the latest version of Pip (Pip3) for Python 3.








Install pip on ubuntu