Linux
How to list all installed python packages in Linux
by Vishnu Reddy
Linux
by Vishnu Reddy
1. Update System
$sudo apt-get update
Linux
by Vishnu Reddy
2.Install pip3
$sudo apt-get -y install python3-pip
Linux
by Vishnu Reddy
3. Verify PIP3 Installation
$pip3 --version
Linux
by Vishnu Reddy
4. List all installed Python packages
$pip list
Like
Fallow
Share
@hackernet.in
www.facebook.com/hackernet.in
Instgram
Facebook
See Full Post