Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip3 install error #324

Open
gregtampa opened this issue Sep 24, 2020 · 1 comment
Open

pip3 install error #324

gregtampa opened this issue Sep 24, 2020 · 1 comment

Comments

@gregtampa
Copy link

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

@pinuke
Copy link

pinuke commented Jul 24, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants