[gimp-macos-build/wip/lukaso/tests: 3/4] python variable incorrectly set




commit 8940de8bfa91aa90a4fc6d97ad0f71da538cf3a2
Author: Lukas Oberhuber <lukaso gmail com>
Date:   Wed Sep 29 12:06:09 2021 +0000

    python variable incorrectly set

 .circleci/config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index c51d2ee..54e78db 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -37,8 +37,8 @@ jobs:
               chmod +x gtk-osx-setup.sh
               echo 'export PATH="$HOME/.cargo/bin:$HOME/.local/bin:$PATH:$HOME/.new_local/bin"' >> ~/.profile
               echo 'export ARCHFLAGS="-arch x86_64"' >> ~/.profile
-              # PYTHON variable messes up detection in gtk-doc
-              echo 'unset PYTHON' >> ~/.profile 
+              # PYTHON variable seems to be incorrectly set
+              echo 'export PYTHON=/Library/Frameworks/Python.framework/Versions/3.6/bin/python3' >> 
~/.profile 
               source ~/.profile
               PIPENV_YES=1 ./gtk-osx-setup.sh
               $HOME/.new_local/bin/jhbuild bootstrap-gtk-osx-gimp


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]