diff --git a/bin/python b/bin/python new file mode 100755 --- /dev/null +++ b/bin/python @@ -0,0 +1,2 @@ +#!/bin/sh +pdm run python3 "$@"