Use pipenv and pyenv for CI/CD pipeline.
This commit is contained in:
6
cicd/python-build/install-python.sh
Executable file
6
cicd/python-build/install-python.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#! /bin/sh
|
||||
export PYENV_ROOT="${HOME}/.pyenv"
|
||||
export PATH="${PYENV_ROOT}/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
|
||||
pyenv install 3.8.0
|
Reference in New Issue
Block a user