]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
(Re)activate python virtual environment
[dotfiles.git] / .shellrc
index e21f720b580c5deaef3660a3006cf4946d716a6d..55dab97651ff1cc23ee5d3335e279863cbb08605 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -161,6 +161,10 @@ if test -n "$BASH_VERSION"; then
 
    source virtualenvwrapper_lazy.sh 2>/dev/null
 
+   #if [ -n "$VIRTUAL_ENV" ]; then
+   #   . "$VIRTUAL_ENV/bin/activate"
+   #fi
+
 elif test -n "$KSH_VERSION" -o -n "$FCEDIT"; then
    back() { cd - "$@"; }
    j() { jobs; }