diff --git a/pynche b/pynche index 368d740..4032e41 100644 --- a/pynche +++ b/pynche @@ -1,2 +1,2 @@ #!/bin/bash -exec `python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(plat_specific = True))"`/pynche/pynche +exec `python2 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(plat_specific = True))"`/pynche/pynche