runpod / runpodctl

🧰 | RunPod CLI for pod management
https://www.runpod.io/
GNU General Public License v3.0
262 stars 37 forks source link

runpodctl exec python <script> always executes python3.11 #152

Open gontsharuk opened 5 months ago

gontsharuk commented 5 months ago

In line 21 of cmd/exec/functions.go instead of just executing the default python version in the container by using python3, python3.11 is used. This is a problem when using most of the runpod pytorch templates.