From 8cf84c9226a2287773d88e675fee81166e6be23a Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Thu, 14 Sep 2023 14:57:11 +0300 Subject: [PATCH] ln: /usr/bin/python: Read-only file system --- .cirrus.yml | 2 +- appveyor.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 915153ec6..0289a64c5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -235,7 +235,7 @@ macos_task_template: &MACOS_TASK_TEMPLATE - export PATH="${HOME}/.local/bin:`python3 -m site --user-base`/bin:$PATH" - echo $PATH - whereis python3 - - sudo ln -s -f /usr/bin/python3 /usr/bin/python + - sudo ln -s -f /usr/bin/python3 /usr/local/bin/python - whereis python - chmod -R 755 /opt/homebrew/opt/qt6/* - chmod -R 755 /opt/homebrew/opt/openssl@1.1/* diff --git a/appveyor.yml b/appveyor.yml index 746e52a03..72aeee1cd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -657,7 +657,7 @@ for: - echo $PATH - python3 --version - whereis python3 - - sudo ln -s -f /usr/bin/python3 /usr/bin/python + - sudo ln -s -f /usr/bin/python3 /usr/local/bin/python - whereis python - |- @@ -832,7 +832,7 @@ for: - echo $PATH - python3 --version - whereis python3 - - sudo ln -s -f /usr/bin/python3 /usr/bin/python + - sudo ln -s -f /usr/bin/python3 /usr/local/bin/python - whereis python - sudo python3 -m pip install --upgrade pip - pip3 install --user --upgrade pip dropbox conan==1.60