3 lines
138 B
Bash
3 lines
138 B
Bash
#!/bin/bash
|
|
exec `python2 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(plat_specific = True))"`/pynche/pynche
|