We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260e8cf commit 9acefb6Copy full SHA for 9acefb6
sdks/java/container/license_scripts/license_script.sh
@@ -40,7 +40,7 @@ if [ -d "$DOWNLOAD_DIR" ]; then rm -rf "$DOWNLOAD_DIR" ; fi
40
mkdir -p "$DOWNLOAD_DIR"
41
cp -r "${EXISTING_LICENSE_DIR}"/*.jar "${DOWNLOAD_DIR}"
42
python -m venv --clear ${ENV_DIR} --without-pip --system-site-packages
43
-source ${ENV_DIR}/bin/activate
+. ${ENV_DIR}/bin/activate
44
pip install --retries 10 --upgrade pip setuptools wheel
45
46
# install packages
0 commit comments