pyenv
pyenv copied to clipboard
Pyenv support plugin for fish-shell
This would really help people who are new to this plugin. Just today I was frustrated why this didn't work out of the box and realised it was just a...
Hello, The repository of pyenv project has been moved to . So I updated documents and messages.
Related to #12 where pyenv is not being initialized with this plugin. The current `conf.d` script checks whether it is login shell or not, if so it will then set...
This fixes pyenv-virtualenv support, as the `pyenv` function would not properly call `sh-activiate` and `sh-deactivate`. Also removed an unnecessary recursion into our own function definition.
changing is-login to is-interactive works for both iTerm2 and Terminal. **Background:** Installed pyenv using fisher. `fisher pyenv` Using Terminal, running `python` in a directory with `3.6.1` in `.python-version`, starts python...