daniel
daniel

Reputation: 61

Cannot open Local Terminal Failed to start [cmd.exe] in C:/Users/Home/PycharmProjects/untitled in PyCharm

i can't use terminal in PyCharm, i saw a lot of submissions about this problem but there's no clear answer, and most of them are "your antivirus's blocking cmd for PyCharm" (or something like that), but i don't use any. also i'm on Windows 7 i don't know if that's the problem.

Upvotes: 0

Views: 2884

Answers (1)

user20424418
user20424418

Reputation: 11

Go to File > Settings > Terminal and change shell path from powershell.exe to C:\Windows\System32\cmd.exe.

This fixed the issue.

Upvotes: 1

Related Questions