ln: /usr/bin/python: Read-only file system

develop
Roman Telezhynskyi 2023-09-14 14:57:11 +03:00
parent 06a40757d6
commit 8cf84c9226
2 changed files with 3 additions and 3 deletions

View File

@ -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/*

View File

@ -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