

So, it will upgrade the package to latest one.

Httplib2 0.14.0 Step 5: How to Upgrade Packages with Pipįor upgrading of the installed package run the following command.

Simply fire the follwoing command to get list of the installed packages using pip. pip3 install IPython=6.0 Step 4: Find installed Pip Packages You can mention the version name if you want to install the specific version of the packages with the help of following command. WARNING: The scripts iptest, iptest3, ipython and ipython3 are installed in '/home/sabi/.local/bin' which is not on PATH. WARNING: The script pygmentize is installed in '/home/sabi/.local/bin' which is not on PATH.Ĭonsider adding this directory to PATH or, if you prefer to suppress this warning, use -no-warn-script-location. Installing collected packages: decorator, pygments, parso, jedi, pickleshare, wcwidth, prompt-toolkit, ipython-genutils, traitlets, backcall, IPython Successful output Successfully built backcall In this case I’m going to install IPython on my Ubuntu 20.04 system so the command will be like this. Step 3: How To Use Pip on Ubuntu 20.04īelow is the format you can use in order to install the package with the help of Pip command. So, as we’ve installed the pip successfully now we’ll learn that how we can use pip to get Python packages on Ubuntu 20.04. Pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8) You’ll see the output similar to this one. Īfter the installation completed, verify the version of pip using the following command. Processing triggers for desktop-file-utils (0.24-1ubuntu2). Processing triggers for man-db (2.9.1-1). Processing triggers for libc-bin (2.31-0ubuntu9). Processing triggers for gnome-menus (3.36.0-1ubuntu1). Processing triggers for mime-support (3.64ubuntu1). update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) i n auto mode Setting up build-essential (12.8ubuntu1). Output: Setting up python3-pip (20.0.2-5ubuntu1).

Type the given command into your terminal. :~$ python3 -versionĪfter confirming that Python3 is present on your Ubuntu 20.04, move towards the installation of pip package for installing Python3 pip packages.
