1
0
Fork 0

Added instructions for Python module options to README

pull/1144/head
E. G. Patrick Bos 8 years ago
parent cad81e847f
commit 30f95c6521

@ -3,6 +3,19 @@ Python
Enables local Python and local Python package installation. 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 Local Python Installation
------------------------- -------------------------

Loading…
Cancel
Save