DEV Community

Discussion on: Use the virtual environments with Python

Collapse
 
jdxlabs profile image
Jérôme Dx • Edited

Yes, Virtualenv works in the same way as Venv. The difference is that Venv is built-in only for Python 3, and Virtualenv is a third party package available for Python 2 and 3.