I just updated to Python 3.7.2 in PyCharm 2018.3.2 and a new venv folder showed up in my project view. I've read several threads on stackoverflow but haven't found a solution to remove the venv from Project View which is what I want.
I read it's "best practices" to keep the venv with the project but currently I'd rather have it separated and removed from Project View.
Does anyone know how to do this?
EDIT: The problem was I had configured a venv in the PyCharm "Project Interpreter page". If you want to keep everything minimal there's no need for a venv or anaconda, although the PyCharm "Project Interpreter page" layout suggests so. https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html