DEV Community

Discussion on: Python: Setting Up Project Environment

Collapse
 
jaeheonjee profile image
Meeooow

YES! It is also a good option. However, if we use poetry, it internally uses the virtualenv module. And virtualenv is a subset of the venv module. So I think we can use anything. :)