DEV Community

Discussion on: How to Setup Python Virtual Environment for Python3 on Ubuntu 19.10

Collapse
 
devanghingu profile image
Devang Hingu

virtualenvwrapper is sometimes confusing for beginner who started with python. If you're newbie you can start with virtualenv first. and then move ahead with virtualenvwrapper.


but it great tools for those people who already working on multiple projects. because we can manage all env and at one place and do everything from anywhere using terminal.


Personally i love it.

Collapse
 
jsgurugit profile image
jsguru

Hi Devang

I started with virtualenvwrapper when learning Python so that I could use workon command that's why.
We can list, activate, and switch virtual environments easily with workon.