mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 02:19:25 +00:00
doc: More copyediting and formatting for consistency
This commit is contained in:
@ -6,7 +6,9 @@ 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*.
|
||||
This module supports virtual environments from conda and virtualenvwrapper. By
|
||||
default, only virtualenvwrapper is enabled. To disable virtualenvwrapper, add
|
||||
the following to *zpreztorc*.
|
||||
|
||||
```sh
|
||||
zstyle ':prezto:module:python' skip-virtualenvwrapper-init 'on'
|
||||
@ -52,8 +54,8 @@ virtualenvwrapper
|
||||
|
||||
[`virtualenvwrapper`][2] is a frontend to the popular [`virtualenv`][3] utility.
|
||||
|
||||
`virtualenv` creates isolated Python environments and `virtualenvwrapper` provides
|
||||
convenient shell functions to create, switch, and manage them.
|
||||
`virtualenv` creates isolated Python environments and `virtualenvwrapper`
|
||||
provides convenient shell functions to create, switch, and manage them.
|
||||
|
||||
### Usage
|
||||
|
||||
|
Reference in New Issue
Block a user