The Blog of Someone Who Builds Things on the Internet

I google how to do things, then post the answers here cause I'll probably forget. Maybe someone else finds it useful.

Using virtualenv

Published February 21, 2017

I always forget how to activiate the virtualenv when working with Django

source newenv/bin/activate

To close it when done

deactivate