Nuacht

Conda Tutorial. Contribute to ChenPu2002/python_venv_tutorial development by creating an account on GitHub.
The venv module supports creating lightweight “virtual environments”, each with their own independent set of Python packages installed in their site directories.
Take advantage of virtual environments in Python to create and manage separate environments for your Python projects.
Python virtual environments shine for keeping projects and conflicting packages separate. Just keep these dos and don’ts in mind.