virtualenvwrapper for Bash on Ubuntu on Windows
This commit is contained in:
parent
f832a19321
commit
e028c9f938
|
@ -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
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue
Block a user