Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pycharm and library root removal

enter image description here

I cannot remove D: as a library root and Pycharm keeps indexing forever. Any suggestions?

Edit: D: is not in any path variable

like image 815
Cioby Andrei Avatar asked Nov 13 '18 14:11

Cioby Andrei


People also ask

What is Library root in PyCharm?

These roots contain the actual source files and resources. PyCharm uses the source roots as the starting point for resolving imports. The files under the source roots are interpreted according to their type. PyCharm can parse, inspect, index, and compile the contents of these roots.

How do I change the working directory in PyCharm?

Go to Run->Run… and select Edit Configurations. Go to Templates > Python. Make <Mantid Build Directory>/bin; the Working Directory . This will then be used for all Python configurations you make.

Where is the old project in PyCharm?

Window | Next Project Window Ctrl+Alt+] Window | Previous Project Window Ctrl+Alt+[ Window | <ProjectNameOrLocation>


1 Answers

Make sure D:\ is not added to interpreter paths in Settings | Project ... | Project Interpreter | Show All | Interepter Paths:

enter image description here

like image 192
Pavel Karateev Avatar answered Sep 20 '22 16:09

Pavel Karateev