Add directory to Python path in PyCharm?

You can add custom paths this way.

  • Go to File->Settings->project Interpreter
  • In the Project-Interpreter field, click the down facing arrow and select “show All”
  • In that Menu, highlight your interpreter and then in the right menu, select the button “Show paths for the selected interpreter” (this is the last button)
  • click the plus symbol to add your path

Leave a Comment