Install Python’s PIP on a Debian Server

If you’re using a Debian server that’s hosting a Python application you might need to have Python’s Package Manager – PIP installed. In this article, 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
  • 0 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Articoli Correlati

CentOS Web Panel Review – Introduction

CentOS Web Panel is a hosting control panel which centres around easy and quick management of the...

How to install FFmpeg on your VPS / Dedicated Server

In this tutorial we will show you how to install FFmpeg on your VPS/dedicated server running on...

How to terminate accounts on my Dedicated Server?

In this article we will show you an easy and efficient way to terminate accounts from your...

How to suspend / unsuspend accounts on my Dedicated Server?

As customers come and go, you might have various reasons to suspend or unsuspend accounts. So,...

Is Microsoft Exchange supported on my Dedicated Server?

All of our servers, including the Dedicated ones, are Linux-based. Microsoft Exchange is a...

Powered by WHMCompleteSolution