Switch to /usr/bin.
This commit is contained in:
parent
dc28faab7c
commit
ac7732f7af
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user