Using venv
Last updated
Was this helpful?
Last updated
Was this helpful?
Virtual environments (venv) are self-contained directories that contain a Python installation for a particular version of Python, plus a number of additional packages.
To create a virtual environment in Paradime IDE:
Open the terminal in the Paradime Code IDE.
Navigate to your project directory.
Run the following command:
This creates a new virtual environment named my_venv
in your current directory.
To exit the virtual environment, simply run:
To activate a , run: