diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2015-01-26 18:29:05 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2015-01-26 18:29:05 -0300 |
commit | 4713741e6cbd9ad7fe20925120f6e25bc6b538e7 (patch) | |
tree | d4dd2f718bdc5cadb9fc5a673de22100d4ec1fdb | |
parent | a46c255006d45ea7b606f94452bff54831f09d8d (diff) |
related to #244, show correct venv path when its a custom one
-rwxr-xr-x | install-pixelated.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-pixelated.sh b/install-pixelated.sh index 3e430783..4679b787 100755 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -82,7 +82,7 @@ cat <<EOF ## Put it in services/pixelated/certificates/ ## Once you are done, activate your virtual environment by running: -## source service/.virtualenv/bin/activate +## source $VIRTUALENV_PATH/bin/activate ## The User agent will be available on localhost:3333 after running ## pixelated-user-agent |