makefile: PYTHON="py -3.9" with PDM
We want to support both `make local PYTHON="py -3.9"` and `make local PYTHON=3.9`. However, PDM does not support `pdm use "py -3.9"`. In the first case, the finding of Python is done via the Python launcher whereas in the second case, it is done by PDM.
parent
66a0ed6ddbb4
Branches topic/default/narrow-clonebundles
No related tags found
Checking pipeline status
Loading
Please register or sign in to comment