virtualenv interview_env --python=python2.7
source interview_env/bin/activate
seems the command above won't work for Windows.
For Windows users (I'm Win 10), I'd suggest to try:
virtualenv interview_env --python=2.7
call interview_env/Scripts/activate.bat