From 692623a0b949f8053d183414a3eff9ac49069db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 21 Jun 2018 16:35:28 +0200 Subject: [PATCH] pynche: Do not execute just python, but python2 --- pynche | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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