From 9a44f9dd908037bb093474daceebd4e97b2c7d63 Mon Sep 17 00:00:00 2001 From: ViktorBarzin Date: Sat, 13 Jan 2018 22:49:25 +0000 Subject: [PATCH] read root pass in begining of script; --- setup-env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-env.sh b/setup-env.sh index 6b95251..82dd93f 100755 --- a/setup-env.sh +++ b/setup-env.sh @@ -39,3 +39,4 @@ git clone https://github.com/pyenv/pyenv.git ~/.pyenv && \ sudo pip install --upgrade pip && \ sudo pip install virtualenvwrapper +source ~/.zshrc