Friday, June 16, 2023

Some useful pip commands

 Some useful pip commands 

To upgrade the pip itself, below command to be used. 

pip install --upgrade pip
To view the version of a package, below to be used 
pip show tensorflow 
to uninstall installed package and install a specific version, below to be used
pip unsinstall urillib3
pip install urllib3==1.26.16 

No comments:

Post a Comment