Log into the k8s cluster before running the next command $ python3 pod_exec.py --pod python-pod --pvc task-pv-claim --script say_hello.py Hello, It's me, I'm running ...
My python binary file is actually located at '/usr/bin/python' and it's in the PATH environment variable. Do I need to add any new environment variable so that pyinstaller can find my python binary ...