Installing Python Pip3 Or Pip in Ubuntu 20.04 LTS Desktop
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Python Pip is used to manage i.e. install or remove Python modules.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Our Server Specification:-
Os : Ubuntu 20.04 LTS (focal fossa) 64Bit | Hostname: www.yourdomain.com | IP Address of Server:192.168.1.50
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
lsb_release -cd ; getconf LONG_BIT ; hostname ; hostname -I && apt install -y build-essential net-tools curl git software-properties-common libssl-dev libffi-dev python3-dev
Python Pip3-
python3 -V
sudo apt update ; sudo apt install python3-pip -y
pip3 -V
Or
Python Pip2
sudo apt update ; sudo apt install python-pip -y
pip -V
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
No comments:
Post a Comment