Switch to /usr/bin.

develop
Roman Telezhynskyi 2023-09-14 14:48:58 +03:00
parent dc28faab7c
commit ac7732f7af
2 changed files with 9 additions and 3 deletions

View File

@ -230,7 +230,9 @@ macos_task_template: &MACOS_TASK_TEMPLATE
- echo $PATH
- export PATH="${HOME}/.local/bin:`python3 -m site --user-base`/bin:$PATH"
- echo $PATH
- sudo ln -s -f /usr/local/bin/python3 /usr/local/bin/python
- whereis python3
- sudo ln -s -f /usr/bin/python3 /usr/bin/python
- whereis python
- chmod -R 755 /opt/homebrew/opt/qt6/*
- chmod -R 755 /opt/homebrew/opt/openssl@1.1/*
- python3 --version

View File

@ -652,7 +652,9 @@ for:
- export PATH="$QTDIR/bin:$HOME/.local/bin:`python3 -m site --user-base`/bin:${HOME}/Qt/Qt Creator.app/Contents/MacOS:$PATH"
- echo $PATH
- python3 --version
- sudo ln -s -f /usr/local/bin/python3 /usr/local/bin/python
- whereis python3
- sudo ln -s -f /usr/bin/python3 /usr/bin/python
- whereis python
- |-
###############################################################
@ -821,7 +823,9 @@ for:
- export PATH="$QTDIR/bin:$HOME/.local/bin:`python3 -m site --user-base`/bin:${HOME}/Qt/Qt Creator.app/Contents/MacOS:$PATH"
- echo $PATH
- python3 --version
- sudo ln -s -f /usr/local/bin/python3 /usr/local/bin/python
- whereis python3
- sudo ln -s -f /usr/bin/python3 /usr/bin/python
- whereis python
- sudo python3 -m pip install --upgrade pip
- pip3 install --user --upgrade pip dropbox conan==1.60
- conan --version