DEV Community

Rhonal Chirinos
Rhonal Chirinos

Posted on

Python create venv

sudo apt-get install python-virtualenv

virtualenv --python=/usr/bin/python3.4 venv

Top comments (0)

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay