|
|
|
|
|
by hprotagonist
2104 days ago
|
|
I generalized a bit for completeness and to emphasize that contrary to the article's point, you can do all of this in $HOME and never install anything outside your home directory, which was a concern of the author as a usage policy for their server. python -m venv myvenv
myvenv/bin/pip install ...
works just as well, i just needed a concrete path to talk about in the rest of the text.Compared to "just pip" it's one whole extra line, so I don't think it's amazingly godawful at all. |
|
For newbies, writing one line is impossible.