Merge branch 'master' of https://github.com/pyenv/pyenv
This commit is contained in:
commit
8fd461a9c4
1
.github/workflows/pyenv_tests.yml
vendored
1
.github/workflows/pyenv_tests.yml
vendored
@ -10,6 +10,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
|
- ubuntu-24.04
|
||||||
- ubuntu-22.04
|
- ubuntu-22.04
|
||||||
- ubuntu-20.04
|
- ubuntu-20.04
|
||||||
- macos-14
|
- macos-14
|
||||||
|
@ -87,7 +87,7 @@ The Homebrew option from the [MacOS section below](#macos) would also work if yo
|
|||||||
##### 1. Automatic installer (Recommended)
|
##### 1. Automatic installer (Recommended)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl https://pyenv.run | bash
|
curl -fsSL https://pyenv.run | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
For more details visit our other project:
|
For more details visit our other project:
|
||||||
|
@ -159,7 +159,7 @@ function help_() {
|
|||||||
echo
|
echo
|
||||||
echo 'export PYENV_ROOT="$HOME/.pyenv"'
|
echo 'export PYENV_ROOT="$HOME/.pyenv"'
|
||||||
echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"'
|
echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"'
|
||||||
echo 'eval "$(pyenv init -'$shell')"'
|
echo 'eval "$(pyenv init - '$shell')"'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
echo
|
echo
|
||||||
|
@ -14,7 +14,7 @@ pyenv lets you easily switch between multiple versions of Python\. It's simple,
|
|||||||
.RS 15
|
.RS 15
|
||||||
.nf
|
.nf
|
||||||
if command -v pyenv 1>/dev/null 2>&1; then\n
|
if command -v pyenv 1>/dev/null 2>&1; then\n
|
||||||
eval "$(pyenv init -)" \n
|
eval "$(pyenv init - bash)" \n
|
||||||
fi
|
fi
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user