1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-08-07 05:09:25 +00:00

python: remove zstyle setting in favor of third party environment variable

Refs #1519, #1520
This commit is contained in:
Kaleb Elwert
2017-12-14 17:23:40 -08:00
parent 4c31107e3b
commit 83085e5231
2 changed files with 5 additions and 17 deletions

View File

@ -114,14 +114,6 @@ zstyle ':prezto:module:python:virtualenv' auto-switch 'yes'
zstyle ':prezto:module:python:virtualenv' initialize 'no'
```
On some systems, the `python` binary doesn't exist so in order to get
virtualenvwrapper to work, the path needs to specified. We do our best to detect
this, but sometimes it needs manual intervention.
```sh
zstyle ':prezto:module:python:virtualenvwrapper' python-path /opt/python3/bin/python3
```
Aliases
-------