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

Windows "C:\python37\scripts\pip-autoremove" messed up Python27 (on PATH) installation #30

Open
kxrob opened this issue Jun 16, 2020 · 2 comments

Comments

@kxrob
Copy link

kxrob commented Jun 16, 2020

On Windows I ran "C\python37\scripts\pip-autoremove tensorflow"
and it removed things (like scipy) from my C:\Python27 installation in a weird way though tensorflow was not even installed there !
"python" & "pip" on the PATH pointed to the py27 versions as I'm using extra python3 pip3 shortcuts ...

=> pip-autoremove(.exe) should stay in its own python installation - as do python.exe and pip.exe - no matter what comes first on PATH

@tresni
Copy link
Contributor

tresni commented Sep 16, 2021

See #22 and my branch . This is likely because current versions of calls pip and you might need to be calling pip3

@tresni
Copy link
Contributor

tresni commented Sep 17, 2021

Should be addressed by the merge of #42 and the new release, please close if that resolves your issue.

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