1
0

virtualenvwrapper for Bash on Ubuntu on Windows

This commit is contained in:
Noah 2017-04-19 15:26:53 -07:00
parent f832a19321
commit e028c9f938
2 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,8 @@ fi
export WORKON_HOME=~/.virtualenvs
if [ -f /usr/bin/virtualenvwrapper.sh ]; then
source /usr/bin/virtualenvwrapper.sh
elif [ -f /usr/share/virtualenvwrapper/virtualenvwrapper.sh ]; then
source /usr/share/virtualenvwrapper/virtualenvwrapper.sh
fi
# Go

View File

@ -12,7 +12,7 @@ my $env = shift(@ARGV);
my $email = '';
if ($env =~ /^w/i) {
$email = 'npetherbridge@mediatemple.net';
$email = 'noah@with.in';
}
elsif ($env =~ /^h/i) {
$email = 'root@kirsle.net';