
Now, the output will be similar to the one below: # pip -V Once it is completed, run the same command to verify that pip is successfully installed: pip -V The installation will take a few seconds depending on your connection speed. To install pip, run the following command: sudo apt-get install python-pip

If pip is not installed on your Debian 9 VPS, you should get an output like the one below: # pip -V To check whether pip is already installed on your server, run the following command: pip -V Verify if pip is installed on your Debian 9 server Once the packages are up to date you can proceed to the next step. Connect via SSH and perform a system updateīefore you install pip on your Debian 9 server, connect to your server via SSH and run the following commands to upgrade the system software to the latest version: sudo apt-get update & sudo apt-get -y upgrade

Verify if pip is installed on your Debian 9 serverġ. Connect via SSH and perform a system update
