Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
d5e7040e
Commit
d5e7040e
authored
Oct 07, 2019
by
Joe Rattazzi
Committed by
Marc Cornellà
Oct 07, 2019
Browse files
pyenv: add README (#8224)
parent
e2d5426f
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/pyenv/README.md
0 → 100644
View file @
d5e7040e
# pyenv
This plugin looks for
[
pyenv
](
https://github.com/pyenv/pyenv
)
, a Simple Python version
management system, and loads it if it's found. It also loads pyenv-virtualenv, a pyenv
plugin to manage virtualenv, if it's found.
To use it, add
`pyenv`
to the plugins array in your zshrc file:
```
zsh
plugins
=(
... pyenv
)
```
## Functions
-
`pyenv_prompt_info`
: displays the Python version in use by pyenv; or the global Python
version, if pyenv wasn't found.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment