Add directory to Python path in PyCharm?

前端 未结 3 928
北海茫月
北海茫月 2020-12-05 13:30

I want to be able to use the paraview.simple library in PyCharm. I already have paraview installed in my computer. This package cannot be installed with p

3条回答
  •  感情败类
    2020-12-05 14:30

    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

提交回复
热议问题