Configure a virtual environment | PyCharm
www.jetbrains.com › help › pycharmOct 04, 2021 · virtualenv tool comes bundled with PyCharm, so the user doesn't need to install it. For Python 3.3+ the built-in venv module is used, instead of the third-party virtualenv utility. Create a virtual environment. Ensure that you have downloaded and installed Python on your computer. Do one of the following: