Skip to content
/ pyenv Public

Pyenv support plugin for fish-shell

License

Notifications You must be signed in to change notification settings

leira/pyenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Leira Hua
Jun 30, 2016
c9aaf7c · Jun 30, 2016

History

23 Commits
May 24, 2016
Jun 30, 2016
Jun 30, 2016
May 24, 2016
Jun 2, 2016

Repository files navigation

Slack Room

Pyenv

pyenv plugin support for the fish shell.

Install

With fisherman

fisher pyenv

Notes

You need https://github.com/yyuu/pyenv to use this plugin.

This plugin replaces what status --is-interactive; and . (pyenv init -|psub) does in a more fishy way. This brings the startup time of your shell down as we do not generate full completions every time the shell starts but only when pyenv gets called.

On Fish 2.3.0 and later support was introduced that automatically loads snippets in conf.d. However, these snippets are evaluated before your config.fish. If you're setting PYENV_ROOT in your config.fish to relocate your pyenv installation this will be evaluated after our plugin gets loaded and hence have no effect. In order to fix this you should drop a 000-env.fish file in your ~/.config/fish/conf.d folder which sets up your environment accordingly.

About

Pyenv support plugin for fish-shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages