Skip to content
Snippets Groups Projects
Commit c47f6ef3b620 authored by Pierre Augier's avatar Pierre Augier
Browse files

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
No related tags found
No related merge requests found
Checking pipeline status
Loading
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