I don't want the venv folder to appear in the project -pycharm settings

Due to personal habits, I generally use the local python environment directly (generally, I don’t install multiple pythons on my machine), so I don’t want the venv folder to appear, and it should be cleaner. OCD.

The settings in pycharm are as follows:

Open File-->Settings, and operate as shown below. Use the system interpreter. Don't let pycharm create a new virtual environment anymore.

 

Guess you like

Origin blog.csdn.net/chenggong2dm/article/details/121970614