From d52ebfaf8b39a78e28adbcec0b942397eed1b385 Mon Sep 17 00:00:00 2001 From: ViktorBarzin Date: Sat, 13 Jan 2018 22:58:15 +0000 Subject: [PATCH] formatting --- setup-env.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup-env.sh b/setup-env.sh index 05494e1..b57da3d 100755 --- a/setup-env.sh +++ b/setup-env.sh @@ -36,9 +36,9 @@ git clone https://github.com/pyenv/pyenv.git ~/.pyenv && \ # Install pip sudo pip install --upgrade pip && \ -sudo pip install virtualenvwrapper +sudo pip install virtualenvwrapper && \ -source ~/.zshrc +source ~/.zshrc && \ echo ' @@ -48,5 +48,5 @@ echo ' |___/\__,_|\___\___\___||___/___/ -' +' && \ echo 'Restart your shell to apply changes'