No known key found for this signature in database
GPG Key ID: A2ECAB73CE12147F
1 changed files with
1 additions and
1 deletions
-
postactivate
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
# This hook is run after every virtualenv is activated. |
|
|
|
|
|
|
|
proj_name=$(echo $VIRTUAL_ENV|awk -F'/' '{print $NF}') |
|
|
|
locs=("src" "simpleoncall" "underdog") |
|
|
|
locs=("src" "underdog") |
|
|
|
for loc in "${locs[@]}"; |
|
|
|
do |
|
|
|
if [ -d ~/$loc/$proj_name ] |
|
|
|
|