diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2016-06-14 05:10:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-14 05:10:22 +0300 |
commit | af825c7cf40d43fe36b68660057ff2420d94fb4b (patch) | |
tree | 13cbe03ad1d9d59326ee9acaf1e9763a34e03f7f /README.md | |
parent | 41888bf2a96e13a33db696c51963986472c9d91f (diff) | |
parent | 99429ab26818d539418ac6345679d38f18b32faf (diff) |
Merge pull request #261 from wadkar/pyenv
Add pyenv segment to show active non-system python version
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -116,6 +116,7 @@ The segments that are currently available are: * **Python Segments:** * `virtualenv` - Your Python [VirtualEnv](https://virtualenv.pypa.io/en/latest/). * [`anaconda`](#anaconda) - Your active [Anaconda](https://www.continuum.io/why-anaconda) environment. + * `pyenv` - Your active python version as reported by the first word of [`pyenv version`](https://github.com/yyuu/pyenv). Note that the segment is not displayed if that word is _system_ i.e. the segment is inactive if you are using system python. * **Ruby Segments:** * [`chruby`](#chruby) - Ruby environment information using `chruby` (if one is active). * [`rbenv`](#rbenv) - Ruby environment information using `rbenv` (if one is active). |