mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
{bash,zsh}rc: add comments on pyenv virtualenv plugins
This commit is contained in:
parent
22425e5d12
commit
055151cf7f
@ -283,6 +283,9 @@ fi
|
|||||||
if [ -d ~/.pyenv/bin ]; then
|
if [ -d ~/.pyenv/bin ]; then
|
||||||
PATH="$HOME/.pyenv/bin:$PATH"
|
PATH="$HOME/.pyenv/bin:$PATH"
|
||||||
pyenv init > /dev/null 2>&1
|
pyenv init > /dev/null 2>&1
|
||||||
|
# Worth considering (and verifying before running)
|
||||||
|
# git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv
|
||||||
|
# git clone https://github.com/pyenv/pyenv-virtualenvwrapper.git $(pyenv root)/plugins/pyenv-virtualenvwrapper
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# https://github.com/nodenv/nodenv
|
# https://github.com/nodenv/nodenv
|
||||||
|
3
rc/zshrc
3
rc/zshrc
@ -249,6 +249,9 @@ fi
|
|||||||
if [ -d ~/.pyenv/bin ]; then
|
if [ -d ~/.pyenv/bin ]; then
|
||||||
PATH="$HOME/.pyenv/bin:$PATH"
|
PATH="$HOME/.pyenv/bin:$PATH"
|
||||||
pyenv init >/dev/null 2>&1
|
pyenv init >/dev/null 2>&1
|
||||||
|
# Worth considering (and verifying before running)
|
||||||
|
# git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv
|
||||||
|
# git clone https://github.com/pyenv/pyenv-virtualenvwrapper.git $(pyenv root)/plugins/pyenv-virtualenvwrapper
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# https://github.com/nodenv/nodenv
|
# https://github.com/nodenv/nodenv
|
||||||
|
Loading…
Reference in New Issue
Block a user