Skip to content Skip to sidebar Skip to footer

Pycharm And Subprocess - What Works In Console Doesn't Work In Pycharm

Pycharm's interpreter seems to have stopped understanding some of my console commands. It keeps recognizing default shell commands but doesn't recognize installed utilities. For ex

Solution 1:

I see you figured out how to configure PyCharm's project PATH.

As for how to not have to do this for every project new project you start, you just have to update your default project configuration.

From Accessing Default Settings:

PyCharm helps define settings of a default project. These settings are used as defaults every time you create a new project.

To access default project settings

  1. On the main menu, choose File | Default Settings
  2. Define the desired settings in the Settings dialog box that opens.

Note: updates to the default project configurations only apply to future new projects, any existing project configuration needs to be updated manually.


Post a Comment for "Pycharm And Subprocess - What Works In Console Doesn't Work In Pycharm"