DEV Community

hub
hub

Posted on

creating virtual environment with different methods: run virtualenv or use venv!?

creating virtual environment with different methods: run virtualenv or use venv!?

dear friends, dear cracks

good day !

well to be frank - sometimes i struggle with the venv and the dependencies-hell in these things.i have seen two projects and diffent tutorials - today. one working with the command venv and one working with virtualenv - which is a tool to create isolated Python environments.

conclusion: we have so many different tuts on the process of Creation of virtual environments

version 1 Creation of virtual environments is done by executing the command venv:

cf https://docs.python.org/3/library/venv.html

version 2. How To Set Up a Virtual Python Environment (Linux)

cf. https://mothergeo-py.readthedocs.io/en/latest/development/how-to/venv.html

i am asking you - which one is the one you prefer on linux!?

Top comments (0)