DEV Community

Discussion on: Use the virtual environments with Python

Collapse
 
jdxlabs profile image
jdxlabs

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