Skip to main content
update to python 3
Source Link
papiro
  • 2.4k
  • 1
  • 23
  • 34

Based on this stackoverflow answer and some of the answers on this thread, I have created an alias in the rc file: alias pip="pythonpip="python3 -m pip"

There seem to be many different answers to this question but this seems to be the best-practice approach.

Based on this stackoverflow answer and some of the answers on this thread, I have created an alias in the rc file: alias pip="python -m pip"

There seem to be many different answers to this question but this seems to be the best-practice approach.

Based on this stackoverflow answer and some of the answers on this thread, I have created an alias in the rc file: alias pip="python3 -m pip"

There seem to be many different answers to this question but this seems to be the best-practice approach.

Source Link
papiro
  • 2.4k
  • 1
  • 23
  • 34

Based on this stackoverflow answer and some of the answers on this thread, I have created an alias in the rc file: alias pip="python -m pip"

There seem to be many different answers to this question but this seems to be the best-practice approach.