File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ function redhat8_install() {
351351 yum install -y nodejs'
352352 # Pip modules install
353353 sudo pip39_bin=${pip39_bin} -- sh -c ' ${pip39_bin} install virtualenv==' ${VIRTUAL_ENV_VERSION} ' virtualenv-make-relocatable==' ${VIRTUAL_ENV_RELOCATABLE_VERSION} ' mysqlclient==2.1.1'
354- sudo pip38_bin =${pip38_bin } -- sh -c ' ${pip38_bin } install psycopg2==2.9.6 --global-option=build_ext --global-option="--pg-config=$PG_CONFIG"'
354+ sudo pip39_bin =${pip39_bin } -- sh -c ' ${pip39_bin } install psycopg2==2.9.6 --global-option=build_ext --global-option="--pg-config=$PG_CONFIG"'
355355 sudo pip39_bin=${pip39_bin} -- sh -c ' ln -fs ${pip39_bin} $(dirname ${pip39_bin})/pip'
356356 # sqlite3 install
357357 sudo -- sh -c ' curl -o sqlite-autoconf-3350500.tar.gz https://www.sqlite.org/2021/sqlite-autoconf-3350500.tar.gz && \
You can’t perform that action at this time.
0 commit comments