Indrajit Raychaudhuri
992b9de505
doc: More copyediting and formatting for consistency
6 years ago
Kaleb Elwert
83085e5231
python: remove zstyle setting in favor of third party environment variable
...
Refs #1519 , #1520
7 years ago
Kaleb Elwert
e021adeb4a
python: make a reasonable guess about virtualenvwrapper python location
...
Fixes #1416
7 years ago
Kaleb Elwert
b407ba0c3a
python-info: provide python version info for theming
...
Closes #1173
Closes #958
7 years ago
ickc
96bbb31cc8
Added conda virtualenv support to python module. ( #1505 )
...
* Added conda virtualenv support to python module
* Added instructions for Python module options to README
Thanks to @egpbos for the original feature and @ickc for fixing the merge conflicts.
7 years ago
Jeff Widman
727f094b0f
[python] cleanup readme formatting
...
Anyone want some backticks? :-)
7 years ago
Jeff Widman
8fa14ed72f
Drop `easy_install` in docs, everyone now uses `pip` ( #1436 )
7 years ago
Indrajit Raychaudhuri
19435b16ea
[python] Improve and document `virtualenvwrapper` initialization flow
...
Changes:
* Simplify zstyle name `skip-virtualenvwrapper-init` to `initialize`
avoiding double negation in name
* Always perform `eval (pyenv virtualenv-init -)` at initialization
* Prefer `virtualenvwrapper_lazy` over `virtualenvwrapper` when available
* Honor `VIRTUALENVWRAPPER_VIRTUALENV` if it is defined.
* Document about `VIRTUALENVWRAPPER_PYTHON` and `VIRTUALENVWRAPPER_VIRTUALENV`
(this would be particularly important in macOS after recent homebrew update)
* Add additional documentation for `initialize` in _README.md_ and _zpreztorc_
* Add aliases `py2`, `py3` as shortcut for `python2`, `python3` respectively
7 years ago
Indrajit Raychaudhuri
ac628c9059
[general] Switch code block formatting to use fence formatting
...
Changes:
* Indented code block doesn't support syntax highlighting, use fenced
formatting (```) instead for better syntax highlighting
* Wrap commands/functions in backticks
* Typo fixes
7 years ago
Kaleb Elwert
7ae7a0266c
Update python docs to include info on virtualenv auto-switching
8 years ago
Kaleb Elwert
7011031a87
Don't use a deprecated argument as a python example
...
Thanks to @jeffwidman for pointing this out
Closes #1141
8 years ago
Sorin Ionescu
a84ac5b002
Only one newline at end of file
10 years ago
Sorin Ionescu
459238b2bb
Replace pythonz with pyenv
...
Depending on Python to manage Python is silly.
11 years ago
Sorin Ionescu
b36d98e431
Fix the name of the theme setup function in READMEs
12 years ago
Sorin Ionescu
f12c24e76e
Rename python-info zstyle patterns
12 years ago
Sorin Ionescu
eceef765b7
Move theming documentation into its own section
12 years ago
Sorin Ionescu
fb9a20591f
[ Fix #197 ] Rebrand as Prezto
...
Conflicts:
README.md
runcoms/zshenv
12 years ago
Sorin Ionescu
afae737b78
Document virtualenvwrapper configuration variables
12 years ago
Sorin Ionescu
f8689401de
Set the virtualenvwrapper $WORKON_HOME variable
12 years ago
Sorin Ionescu
98c545a102
[ Fix #248 ] Replace virtualenv_info with python-info
...
Conflicts:
modules/python/README.md
12 years ago
Sorin Ionescu
1057801208
[ Fix #218 ] Add support for pythonz
12 years ago
Sorin Ionescu
627d653360
Alias py to python
12 years ago
Sorin Ionescu
b2b90c22f8
Improve diction in documentation
13 years ago
Sorin Ionescu
075f516763
Clean up READMEs
13 years ago
Sorin Ionescu
e541283126
[ Fix #112 ] Add documentation for python
13 years ago