04-15-2023, 09:31 AM
(02-17-2023, 12:41 PM)reTestability Wrote: I am still very busy
This question is open to anyone viewing this since it's a pretty simple one for anyone with python expertise (which I lack at the moment).
I'm currently getting hung up on PIP3 installation in that it keeps sending it to a non-PATH destination. There are tutorials referencing how to change to a new PATH for other Linux distros, but I don't know what the correct PATH is to change it to for Manjaro, or most recently Arch hoping it would work if I changed to a similar PP distro.
This is the message I get for Arch which is the same when I first tried it in Manjaro:
Quote:WARNING: The scripts pip3 and pip3.10 are installed in '/home/alarm/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, us --no-warn-scrip-location.
To cover my bases, how do I:
1) Install pip3 in the correct PATH
2) Move the current pip3 file to the correct PATH
3) Add this not on PATH location to the correct PATH
Anyone who can provide one or all of these answers is appreciated in case I screw one of them up during implementation or my occasionally buggy PP mysteriously doesn't allow for one solution, I'll have the other two solutions to fall back on.