Skip to content
Snippets Groups Projects
Commit 6c03901a authored by Matthew Pickering's avatar Matthew Pickering
Browse files

path to pipe

parent a72fe797
No related branches found
No related tags found
No related merge requests found
Pipeline #90681 canceled
......@@ -356,8 +356,8 @@ function fetch_sphinx() {
MSYS_*|MINGW*)
$PYTHON -m venv $toolchain/.venv-sphinx
source $toolchain/.venv-sphinx/bin/activate
pip install -v --force-reinstall "sphinx==$SPHINXBUILD_VERSION"
pip show -v sphinx
$toolchain/.venv-sphinx/bin/pip.exe install -v --force-reinstall "sphinx==$SPHINXBUILD_VERSION"
$toolchain/.venv-sphinx/bin/pip.exe show -v sphinx
deactivate
ls $toolchain/.venv-sphinx
ls $toolchain/.venv-sphinx/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment