UWFlow / rmc

Flow is a website that lets you plan courses with friends.
https://uwflow.com
MIT License
233 stars 73 forks source link

Avoid needing to activate virtualenv in Docker #287

Open jlfwong opened 8 years ago

jlfwong commented 8 years ago

When running docker locally, it's pretty silly that we have to do source ~/.virtualenv/rmc/bin/activate, considering it's an isolated environment by design.

So either we should skip using the virtualenv in docker, or we should change the docker environment to activate the virtualenv automatically on boot somehow.