pyenv
This commit is contained in:
parent
82fe9c7bce
commit
05d2a4c554
1 changed files with 7 additions and 0 deletions
|
|
@ -12,6 +12,13 @@ fish_add_path --append \
|
||||||
~/Library/Python/3.10/bin \
|
~/Library/Python/3.10/bin \
|
||||||
/opt/awscli/bin
|
/opt/awscli/bin
|
||||||
|
|
||||||
|
if command -s pyenv > /dev/null
|
||||||
|
set -Ux PYENV_ROOT $HOME/.pyenv
|
||||||
|
fish_add_path --move $PYENV_ROOT/bin
|
||||||
|
|
||||||
|
pyenv init - | source
|
||||||
|
end
|
||||||
|
|
||||||
if test -n "$CODER_WORKSPACE_ID$CODER"
|
if test -n "$CODER_WORKSPACE_ID$CODER"
|
||||||
if test -z "$BROWSER"
|
if test -z "$BROWSER"
|
||||||
set -x BROWSER "fwd-browse"
|
set -x BROWSER "fwd-browse"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue