From 692623a0b949f8053d183414a3eff9ac49069db9 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jun 21 2018 14:35:28 +0000 Subject: pynche: Do not execute just python, but python2 --- 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