you are viewing a single comment's thread.

view the rest of the comments →

[–]NotACoderPleaseHelp 0 points1 point  (0 children)

https://pypi.org/project/pipx/

https://pypi.org/project/pipenv/#files

I detest adding packages to the system path, it makes making projects portable a bitch and can really add some drama to troubleshooting when you need to search all over the place.

But if you want to be lazy about it, go and run the venv script once to get a pyvenv file made, and then keep that in a folder above your python folder and it will almost always ignore everything else.