Reputation: 21
When I type in cmd like this:
G:\python-project\first>pycharm64.
I get the following output:
Pycharm is not recognized as internal or external command, operable program or batch file
Upvotes: 2
Views: 9971
Reputation: 31
You need to find the "bin" folder under your Pycharm installation location and put that in the Path environment variable.
To find the bin folder location:
To edit the path variable
Open a NEW terminal and you can enter your command
Note: Steps might be slightly different depending on your version of the Windows OS
Upvotes: 3