upgrade pip
This commit is contained in:
parent
a9c8f13068
commit
42f2cf73c5
2 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,6 @@ from various contexts of CA, CI and OCI / OS.
|
||||||
* actions
|
* actions
|
||||||
* includes
|
* includes
|
||||||
* handle python virtual environment
|
* handle python virtual environment
|
||||||
* upgrade pip
|
|
||||||
* install packages
|
* install packages
|
||||||
* ruff
|
* ruff
|
||||||
* relay environment module name
|
* relay environment module name
|
||||||
|
|
2
spcd.sh
2
spcd.sh
|
@ -672,6 +672,8 @@ index-url = ${SPCD_URL_PYTHON}
|
||||||
spcd_ip__venv="/opt/venv"
|
spcd_ip__venv="/opt/venv"
|
||||||
"${SPCD_PYTHON_ALIAS}" -m "venv" "${spcd_ip__venv}"
|
"${SPCD_PYTHON_ALIAS}" -m "venv" "${spcd_ip__venv}"
|
||||||
. "${spcd_ip__venv}/bin/activate"
|
. "${spcd_ip__venv}/bin/activate"
|
||||||
|
spcd_split
|
||||||
|
pip install --upgrade "pip"
|
||||||
# rsync
|
# rsync
|
||||||
spcd_step "Install Rsync"
|
spcd_step "Install Rsync"
|
||||||
spcd_install_package "rsync"
|
spcd_install_package "rsync"
|
||||||
|
|
Loading…
Reference in a new issue