Rob's Wiki
  • Welcome
  • AWS
    • Appsync
    • Athena
    • S3
  • Terminal
    • brew
    • curl
    • git
    • kubernetes
    • ngrok
    • terminal
    • tmux
    • zsh
  • Design
    • Sketch
    • Fusion360
    • TinkerCAD
  • Haskell
    • Haskell
    • Stack, Cabal etc
  • Javascript
    • Javascript
    • npm
    • Vue
  • CSS
  • Mac
  • Python
    • iPython
    • pip
    • Virtualenv
  • Scala
  • Rust
  • VSCode
  • Keyboard Shortcuts
Powered by GitBook
On this page
  • Full reinstall
  • Where has pip installed everything related to a module?
  • Alternative e.g. pip3 syntax
  1. Python

pip

Full reinstall

sudo pip3 install --upgrade --force-reinstall pylint

Where has pip installed everything related to a module?

pip3 show -f pylint > output.txt

Alternative e.g. pip3 syntax

python3 -m pip install [module]
PreviousiPythonNextVirtualenv

Last updated 6 years ago