If you’re using a Debian server that’s hosting a Python application you might need to have Python’s Package Manager – PIP installed. Here, we will show you how to install Python’s PIP on a Debian Server with few commands.

 

Install PIP using cURL

curl -O https://bootstrap.pypa.io/get-pip.py

 

Install PIP using Python

python get-pip.py

 

Installing PIP using apt-get

apt-get update
apt-get install python-pip

 

Grow your project on an SSD VPS hosting or Dedicated Server with Debian or any OS you need!

 

這篇文章有幫助嗎? 0 Users Found This Useful (0 Votes)