Pycharm – why does it create multiple .venv subdirectories instead of installing packages in my .venv (library root)?
Using Pycharm 2023.3.6 on Windows 11.
Creating a virtual environment with pycharm: get some package I do not need
I’m programming with Python and I’m working with PyCharm Community 2024.1 IDE under Linux Debian 10 (buster).
When I create a new project with a new virtual environment I get some packages despite I do not activate the “Inherite pakages from base interpreter” checkbox.