From f678e8fd7944414f10f23a1d7de0c0b25623e72a 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