User Tools

Site Tools


pip_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
pip_notes [2023/01/25 16:19] – [install a specific version of a package] rajupip_notes [2023/04/28 15:44] (current) – [install a specific version of a package] raju
Line 14: Line 14:
 pip install pandas==1.5.3 pip install pandas==1.5.3
 </code> </code>
 +
 +==== reinstall an existing package ====
 +<code>
 +pip install --upgrade --force-reinstall <package>
 +</code>
 +
 +  * https://stackoverflow.com/questions/51913361/difference-between-pip-install-options-ignore-installed-and-force-reinstall - explains the difference between --force-reinstall and --ignore-installed
 ==== pip cache ==== ==== pip cache ====
 install a package without using the cache, just for this run. install a package without using the cache, just for this run.
pip_notes.txt · Last modified: 2023/04/28 15:44 by raju