diff bin/python @ 2030:aeafe7d0b033

have bin/* run via pdm's python config
author drewp@bigasterisk.com
date Thu, 07 Apr 2022 01:07:54 -0700
parents
children 2951a690f1ba
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/python	Thu Apr 07 01:07:54 2022 -0700
@@ -0,0 +1,2 @@
+#!/bin/sh
+pdm run python3 "$@"