Some useful pip commands
To upgrade the pip itself, below command to be used.
pip install --upgrade pipTo 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 usedpip unsinstall urillib3pip install urllib3==1.26.16
No comments:
Post a Comment