This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 200
200
export PIP_CACHE_DIR=/tmp/pip-tmp/cache
201
201
pipx_bin=pipx
202
202
if ! type pipx > /dev/null 2>&1 ; then
203
- pip3 install --disable-pip-version-check --no-warn-script-location --no- cache-dir --user pipx
203
+ pip3 install --disable-pip-version-check --no-cache-dir --user pipx
204
204
pipx_bin=/tmp/pip-tmp/bin/pipx
205
205
fi
206
206
${pipx_bin} install --system-site-packages --pip-args ' --no-cache-dir --force-reinstall' docker-compose
Original file line number Diff line number Diff line change 212
212
export PIP_CACHE_DIR=/tmp/pip-tmp/cache
213
213
pipx_bin=pipx
214
214
if ! type pipx > /dev/null 2>&1 ; then
215
- pip3 install --disable-pip-version-check --no-warn-script-location --no- cache-dir --user pipx
215
+ pip3 install --disable-pip-version-check --no-cache-dir --user pipx
216
216
pipx_bin=/tmp/pip-tmp/bin/pipx
217
217
fi
218
218
${pipx_bin} install --system-site-packages --pip-args ' --no-cache-dir --force-reinstall' docker-compose
Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ export PYTHONUSERBASE=/tmp/pip-tmp
333
333
export PIP_CACHE_DIR=/tmp/pip-tmp/cache
334
334
pipx_path=" "
335
335
if ! type pipx > /dev/null 2>&1 ; then
336
- pip3 install --disable-pip-version-check --no-warn-script-location --no- cache-dir --user pipx
336
+ pip3 install --disable-pip-version-check --no-cache-dir --user pipx 2>&1
337
337
/tmp/pip-tmp/bin/pipx install --pip-args=--no-cache-dir pipx
338
338
pipx_path=" /tmp/pip-tmp/bin/"
339
339
fi
You can’t perform that action at this time.
0 commit comments