pynche: Do not execute just python, but python2
This commit is contained in:
parent
5ee9c1ec45
commit
692623a0b9
2
pynche
2
pynche
@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/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
|
||||||
|
Loading…
Reference in New Issue
Block a user