c12s-kubespray/roles/bootstrap-os/templates/python_shim.j2

3 lines
126 B
Plaintext
Raw Normal View History

#!/bin/bash
LD_LIBRARY_PATH={{ pypy_install_path }}/lib:$LD_LIBRARY_PATH exec {{ pypy_install_path }}/bin/{{ item.src }} "$@"