We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b64ab6 commit 4fdb2cfCopy full SHA for 4fdb2cf
1 file changed
installer.sh
@@ -204,7 +204,9 @@ cd OpenPod
204
# ----------------------------- Setup Environment ---------------------------- #
205
python${PYTHON_VERSION} -m venv "$VENV_DIR"
206
$PYTHON_PATH -m pip install --upgrade pip
207
-$PYTHON_PATH -m pip install --no-input -U -r /opt/OpenPod/requirements.txt | grep "something"
+echo "Exit code from pip install = $?"
208
+$PYTHON_PATH -m pip install --no-input -U -r /opt/OpenPod/requirements.txt
209
210
211
# ---------------------------- Create Directories ---------------------------- #
212
mkdir -p /opt/OpenPod/logs
0 commit comments