Added instructions for Python module options to README
This commit is contained in:
parent
cad81e847f
commit
30f95c6521
1 changed files with 13 additions and 0 deletions
|
@ -3,6 +3,19 @@ Python
|
|||
|
||||
Enables local Python and local Python package installation.
|
||||
|
||||
Settings
|
||||
--------
|
||||
|
||||
This module supports virtual environments from conda and virtualenvwrapper. By default, only virtualenvwrapper is enabled. To disable virtualenvwrapper, add the following to *zpreztorc*.
|
||||
|
||||
zstyle ':prezto:module:python' skip-virtualenvwrapper-init 'on'
|
||||
|
||||
Conda support is enabled by adding the following to *zpreztorc*.
|
||||
|
||||
zstyle ':prezto:module:python' conda-init 'on'
|
||||
|
||||
Caution: using conda and virtualenvwrapper at the same time may cause conflicts.
|
||||
|
||||
Local Python Installation
|
||||
-------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue