Login
From:
Blowfish
(Uncensored)
subscribe
Using Virutal Environment in Python with venv
https://jdhao.github.io/2023/10/11/python-use-venv/
links
backlinks
Roast topics
Find topics
Find it!
Using a virtual environment for Project dev in Python is a good practice. venv is module that is available since Python 3.3. It can help us to manage the virtual environment in a simple way.