Skip to content
Snippets Groups Projects
Commit 7533c95ffda5 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

hg: actually use the python override when setup bin-env

parent a25dbfc2d3d8
No related branches found
No related tags found
No related merge requests found
......@@ -35,5 +35,5 @@
[ -n "${MERCURIAL_VERSION}" ]
python="${PYTHON_VERSION:-python3}"
python_override="${PYTHON_VERSION:-python3}"
......@@ -39,5 +39,5 @@
echo "using Python $python"
echo "using Python $python_override"
mkdir poulpe-tmp
mkdir --parents /tmp/poulpe-clone-cache/
......@@ -58,7 +58,7 @@
echo "update done"
python -m venv .
$python_override -m venv .
echo "python venv done"
......
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