Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
INFRA-7856 - Option to NOT activate virtualenv (#52)
The first thing I do after creating a new terminal in most cases is to run `deactivate`. I don't trust that the python2 khan27 environment won't interfere with python3 environments and work I'm doing. So setting DO_NOT_ACTIVATE_VIRTUALENV_KHAN27 in the top of my .profile now stops auto-activating the khan27 environment. Issue: https://khanacademy.atlassian.net/browse/INFRA-7856 Test plan: Add DO_NOT_ACTIVATE_VIRTUALENV_KHAN27 to the top of .profile and ensure that the khan27 environment is not activated. Then remove it and start a new shell and verify the khan27 environment is activated.
- Loading branch information