PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 15th of August, 2020

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[07:12:38] <Azzy> no clue if this is the right place to ask, but i'm trying to install pip on ubuntu. i've run the command listed for ubuntu on packaging.python.org, yet when i run pip it states the command does not exist
[18:23:01] <tos9> Azzy: Which command
[18:23:13] <tos9> Azzy: The way you should generally install pip on ubuntu is `apt install python-pip` or the like
[18:23:28] <tos9> (if your'e using the system python, which you shouldn't do, but I'm assuming you are :)
[18:23:58] <tos9> Azzy: But if you ran some other thing, your issue is likely that your pip is installed to ~/.local/bin, and that that directory isn't on your path.