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:
@ -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
|
||||
-------
|
||||
|
||||
|
Reference in New Issue
Block a user