From a59a5dcb97920d476e16d9c50c31a3bf2540c293 Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 23 Nov 2018 19:49:34 +0100 Subject: Add mkvirtualenv --- install.sh | 4 ++++ zsh/.zsh/environment.zsh | 2 ++ 2 files changed, 6 insertions(+) diff --git a/install.sh b/install.sh index a0f3d67..93f7046 100755 --- a/install.sh +++ b/install.sh @@ -144,3 +144,7 @@ #tpac -S thefuck tldr autojump fzf howdoi #npm install -g caniuse-cmd + +#install mkvirtualenv +#echo tpac virtualenvwrapper +#echo "source /usr/bin/virtualenvwrapper.sh" > ~/.zshrc diff --git a/zsh/.zsh/environment.zsh b/zsh/.zsh/environment.zsh index 64354b6..3a497e2 100755 --- a/zsh/.zsh/environment.zsh +++ b/zsh/.zsh/environment.zsh @@ -37,3 +37,5 @@ export LC_ALL=en_US.UTF-8 export LANGUAGE=en_US.UTF-8 export LESSCHARSET=utf-8 eval $(thefuck --alias) + +source /usr/bin/virtualenvwrapper.sh -- cgit v1.2.1