Created
February 14, 2013 10:04
-
-
Save dshipp/4951712 to your computer and use it in GitHub Desktop.
A virtualenv can also be invoked by setting environment variables, rather than the normal activate script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VIRTUAL_ENV=/opt/myenv | |
PATH=$VIRTUAL_ENV/bin:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Jenkins, use the EnvInject plugin to set these environment variables from file.