Wednesday, August 27, 2014

Setting up development environment on Mac with Python and Virtual Environment.


Install virtual environment.

pip install virtualenv

Create a virtual environment.

virtualenv venv

Activate your virtual environment.

source venv/bin/activate

Deactivate your virtual environment.

deactivate




No comments:

Post a Comment

Why India Hasn’t Built Its GPT Moment (Yet)

India has the world’s third-largest startup ecosystem, a thriving developer base, and a mobile-first population larger than the US and Europ...