You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: