mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 20:35:11 +01:00
Automatically set the working dir for the venv too
This commit is contained in:
@@ -13,5 +13,6 @@ else
|
|||||||
workon "$1"
|
workon "$1"
|
||||||
else
|
else
|
||||||
mkvirtualenv "$1"
|
mkvirtualenv "$1"
|
||||||
|
setvirtualenvproject
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user