Activity log for bug #1188813

Date Who What changed Old value New value Message
2013-06-07 20:34:41 LeoRochael bug added bug
2013-06-07 20:35:46 LeoRochael description By placing all virtualenvwrapper initialization inside "/etc/bash_completion.d/virtualenvwrapper", the virtualenvwrapper functions cannot be invoked non interactively. I.e.: $ /bin/bash -lc "mkvirtualenv foo" /bin/bash: mkvirtualenv: command not found Please break out the non-completion portions of that file into "/etc/profile.d/virtualenvwrapper". All virtualenvwrapper initialization lives inside: "/etc/bash_completion.d/virtualenvwrapper" This means the virtualenvwrapper functions cannot be invoked non interactively. I.e.: $ /bin/bash -lc "mkvirtualenv foo" /bin/bash: mkvirtualenv: command not found Please break out the non-completion portions of that file into: "/etc/profile.d/virtualenvwrapper"