Skip to content

Commit

Permalink
postmkvirtualenv fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
strycore committed Mar 10, 2015
1 parent 8a1aa39 commit 36166b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions virtualenv/postmkvirtualenv
@@ -1,6 +1,7 @@
proj_root=$HOME/Projects/
proj_name=$(basename $VIRTUAL_ENV)
mkdir ${proj_root}${proj_name}
add2virtualenv $HOME/projects/$proj_name
cd $HOME/projects/$proj_name
proj_path=${proj_root}${proj_name}
mkdir -p $proj_path
add2virtualenv $proj_path
cd $proj_path
setvirtualenvproject

0 comments on commit 36166b6

Please sign in to comment.