lxdui icon indicating copy to clipboard operation
lxdui copied to clipboard

pip3 install error

Open gregtampa opened this issue 4 years ago • 1 comments

why it drop the bin files in $HOME/.local/ ? its a pain to create paths why not install in the bin folder like a normal person? WARNING: The script flask is installed in '/home/azureuser/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script jwt is installed in '/home/azureuser/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script pbr is installed in '/home/azureuser/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script lxdui is installed in '/home/azureuser/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. /lxdui$ lxdui start lxdui: command not found

gregtampa avatar Sep 24 '20 02:09 gregtampa

You could add it to your path in .bashrc file

Here is an explanation for $HOME dir: https://unix.stackexchange.com/questions/36871/where-should-a-local-executable-be-placed

pinuke avatar Jul 24 '22 04:07 pinuke