From 30f95c65212c229fc8b5951a1ddca481ba1a7a46 Mon Sep 17 00:00:00 2001 From: "E. G. Patrick Bos" Date: Tue, 18 Apr 2017 14:11:08 +0200 Subject: [PATCH] Added instructions for Python module options to README --- modules/python/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/modules/python/README.md b/modules/python/README.md index 4047d0ff..21562390 100644 --- a/modules/python/README.md +++ b/modules/python/README.md @@ -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 -------------------------