Browse Source

WORKON_HOME -> $WORKON_HOME

pull/1/head
Brett Langdon 12 years ago
parent
commit
cd6ea38d97
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.sh

+ 1
- 1
setup.sh View File

@ -42,7 +42,7 @@ sudo pip install virtualenvwrapper
echo "Setting up $WORKON_HOME"
WORKON_HOME=~/environments
mkdir -p WORKON_HOME
mkdir -p $WORKON_HOME
file="postactivate"
if [ -e $file ]
then


Loading…
Cancel
Save