install: updated option to skip system python packages for setup.sh to be more appropriately named
This commit is contained in:
parent
5a81283fca
commit
78eb03cc65
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -4,7 +4,7 @@ PYTHON="${PYTHON:=python3}"
|
||||||
PYTHON_DEP="${PYTHON_DEP:=python3}"
|
PYTHON_DEP="${PYTHON_DEP:=python3}"
|
||||||
|
|
||||||
# install pre-reqs using yum/apt
|
# install pre-reqs using yum/apt
|
||||||
if [ -z "${NO_PYTHON}" ]; then
|
if [ -z "${NO_SYSTEM}" ]; then
|
||||||
if command -v apt &> /dev/null
|
if command -v apt &> /dev/null
|
||||||
then
|
then
|
||||||
echo "setup to install CORE using apt"
|
echo "setup to install CORE using apt"
|
||||||
|
|
Loading…
Add table
Reference in a new issue