From af0e77cee7f27d4862103b81a32e7e4cc03a1c21 Mon Sep 17 00:00:00 2001 From: XavierCLL Date: Tue, 21 Apr 2020 13:51:26 -0700 Subject: [PATCH] Python command --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 16203eb..1323a9d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -52,7 +52,7 @@ build() { cd "pycharm-$_pkgver" # compile PyDev debugger used by PyCharm to speedup debugging - python3 plugins/python/helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib . + python plugins/python/helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib . rm -r bin/fsnotifier lib/pty4j-native/linux/{x86,ppc64le} }