1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-05-06 18:04:10 +02:00

Automatically set the working dir for the venv too

This commit is contained in:
2015-08-17 09:16:32 +02:00
parent 1403018262
commit 83b193c64d
+1
View File
@@ -13,5 +13,6 @@ else
workon "$1" workon "$1"
else else
mkvirtualenv "$1" mkvirtualenv "$1"
setvirtualenvproject
fi fi
fi fi