diff --git a/salty/base/python_env/init.sls b/salty/base/python_env/init.sls index 37d8931..17d695a 100644 --- a/salty/base/python_env/init.sls +++ b/salty/base/python_env/init.sls @@ -8,6 +8,9 @@ {% endif %} {% endif %} +include: + - zsh + pip-install: pkg.installed: - name: {{ python_env.pip }} @@ -39,6 +42,8 @@ virtualenvwrapper-install: zsh-virtualenvwrapper: file.append: - name: {{ grains.homedir }}/.zshrc + - require: + - sls: zsh - text: - "\n" - "# Adding virtualenvwrapper python binary path"