Pythoning without sudo

When sys team is a burden,

  1. Get Python distribution of choice from https://www.python.org/downloads/
  2. Get pip from https://bootstrap.pypa.io/get-pip.py
  3. /path/to/your/python_dist/python get-pip.py
  4. /path/to/your/python_dist/python -m pip install your_module

You are welcome!

Leave a Reply