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

From Stubborn to Smart: How I Learned to Use AI as a PM

Listen to the article in podcast format on PM-AI Diaries channel on Spotify! Ever since I published "The Death of the Stubborn PM...