Skip to content

Instantly share code, notes, and snippets.

@SHDShim
Created July 3, 2019 02:59
Show Gist options
  • Save SHDShim/205df2d00fe7214e35758e43bec62476 to your computer and use it in GitHub Desktop.
Save SHDShim/205df2d00fe7214e35758e43bec62476 to your computer and use it in GitHub Desktop.
Force reinstall using PIP

Force reinstall pip package

pip install -I <package>

or

pip install --ignore-installed <package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment