zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Python virtual environment

October 12, 2019 by Igor Drobot 1 Comment

python logo

Python virtualenv or venv are the short forms of virtual environment.
Virtualenv is useful for different projects with unique requirements for each of them, like versions of python or at least different versions of Python libraries.

So they run parallel on a same system in separated from each other environments without any conflicts between them.
[Read more…]

Filed Under: Linux Tagged With: .py, Python, venv, virtualenv