pynche: Do not execute just python, but python2

This commit is contained in:
Miro Hrončok 2018-06-21 16:35:28 +02:00
parent 5ee9c1ec45
commit 692623a0b9
1 changed files with 1 additions and 1 deletions

2
pynche
View File

@ -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