ln: /usr/bin/python: Read-only file system
This commit is contained in:
parent
06a40757d6
commit
8cf84c9226
|
@ -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/*
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user