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

Command not found #8

Open
ItsTheBat opened this issue Apr 23, 2016 · 4 comments
Open

Command not found #8

ItsTheBat opened this issue Apr 23, 2016 · 4 comments

Comments

@ItsTheBat
Copy link

After installing in Ubuntu Wily 15.10, there are issues in pip-autoremove. It says the command not found.
screenshot from 2016-04-23 15-06-25

@veox
Copy link

veox commented Apr 18, 2017

Its location is not in the PATH environment variable. E.g. for me (on Ubuntu 16.04.2 Xenial Xerus), it's in .local/lib/python3.5/site-packages/pip_autoremove.py.

@net-wizard
Copy link

Its location is not in the PATH environment variable. E.g. for me (on Ubuntu 16.04.2 Xenial Xerus), it's in .local/lib/python3.5/site-packages/pip_autoremove.py.

so how do i fix it?

@tresni
Copy link
Contributor

tresni commented Sep 17, 2021

If that path is correct, you would need to modify the path environmental variable.

export PATH=~/.local/lib/python3.5/site-packages/:$PATH

Would be a temporary fix, you'd either modify your shell's rc file or probably set some user setting in Ubuntu (not an ubuntu guy)

@net-wizard
Copy link

net-wizard commented Sep 18, 2021

pip-autoremove file was in

~/.local/bin path

and pip-autoremove.py file was in
site-packages folder
exporting bin path workded for me

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

4 participants