curved-farmer-66180
03/01/2023, 3:44 AMenough-analyst-54434
03/01/2023, 3:52 AMPATH
in order to be globally executable. Common means of doing this for normal users is to add either ~/bin
or ~/.local/bin
to your PATH
and then copy or symlink binaries in that directory.curved-farmer-66180
03/01/2023, 3:58 AMenough-analyst-54434
03/01/2023, 3:58 AMcurved-farmer-66180
03/01/2023, 4:00 AMenough-analyst-54434
03/01/2023, 4:01 AMpython -mvenv ~/bin/pex.venv
~/bin/pex.venv/bin/pip install -U pex
cd ~/bin
ln -s pex.venv/bin/pex
~/bin/pex.venv/bin/pip install -U pex
when I want to update to a newer version.PATH
.pipx
for installing Python tools. I have never used it.PATH
.curved-farmer-66180
03/01/2023, 4:06 AM