简体   繁体   中英

'Pip' recognized in Command Prompt but not in PyCharm terminal

When I try to run pip in the Windows Command Prompt, pip -V works fine, but when I try to run it in PyCharm terminal I get 'pip' is not recognized as an internal or external command, operable program or batch file.

My Path environmental variables are set for:

C:\Users\username\AppData\Local\Programs\Python\Python37\Scripts\
C:\Users\username\AppData\Local\Programs\Python\Python37\
C:\Users\username\AppData\Roaming\Python\Python37\Scripts\
C:\Users\username\AppData\Roaming\Python\Python37\

The main difference I can think of is that the PyCharm terminal and project opens on D: , and my path variables are set to C: but I don't know why that would affect it. I have recently uninstalled and reinstalled both PyCharm and Python (a previous version) if that helps, but I made it a point to not import any settings.

This is a potential duplicate of this question but it's also unresolved.

Answer to my own question: when things don't make sense, try turning it off and on again. Problem was fixed with a restart.

Check your Preferences -> Project -> Python Interpreter settings:

项目口译员设置

(sorry for Mac screenshots and paths, but not near my Windows PC atm but should give general idea of a possible problem area and how to correct)

Hi I have a similar problem. It works when I look up a package in the interpreter in settings but not when I run the command in the terminal. Some libraries won't even install via this route. Anyone knows what is going on?

I included a screenshot of my error message I received when trying to install pandas library. Error message

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM