diff tasks.py @ 149:ae13e608b105

switch from pip to pdm
author drewp@bigasterisk.com
date Sat, 11 Mar 2023 12:23:37 -0800
parents ee0384eebee5
children 522f26c8f691
line wrap: on
line diff
--- a/tasks.py	Sat Mar 11 12:20:14 2023 -0800
+++ b/tasks.py	Sat Mar 11 12:23:37 2023 -0800
@@ -5,7 +5,7 @@
 export HOME
 eval `keychain --quiet --eval id_ecdsa`
 cd /my/proj/infra
-env/bin/pyinfra '''
+~drewp/bin/pdm run pyinfra '''
 
 def _run(ctx, s):
     ctx.run(cmd + 'inventory.py %s' % s, pty=True, echo=True)