Changing default path to Python Interpreter on NFS
Hey,
I am working on NFS with pycharm.
Each time that I create new venv with new python interpreter version the file chooser scans all the whole subtree from '/' directory, is there any way to change the default directory for python interpreter? To avoid scanning of the whole NFS?
Please sign in to leave a comment.
Hi,
If you mean this file selection window:
Then unfortunately no - when you invoke it, it starts from the root directory of your drive.
If you mean something else, please specify.