Files
sublime-music/cicd/python-build/install-python.sh
2019-11-24 01:44:08 +00:00

7 lines
128 B
Bash
Executable File

#! /bin/sh
export PYENV_ROOT="${HOME}/.pyenv"
export PATH="${PYENV_ROOT}/bin:$PATH"
eval "$(pyenv init -)"
pyenv install 3.8.0