Hacker News new | ask | show | jobs
by nitroll 2743 days ago
python3 -m pip install foo

It also works for python2. I try to avoid using python tools that installs their own scripts and go for calling the module through python. This also works for python3/2 -m venv venv