File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -203,10 +203,16 @@ jobs:
203
203
done
204
204
which python
205
205
which python3
206
- ls -la /usr/local /bin/python3
206
+ ls -la /opt/homebrew /bin/python3
207
207
python3 --version
208
- echo $PATH
208
+ echo unlinking
209
+ brew unlink python@3.12
210
+ which python
211
+ which python3
209
212
ls -la /opt/homebrew/bin/python3
213
+ python3 --version
214
+ ls -la /usr/local/bin/python3
215
+ echo "Path is: $PATH"
210
216
# Make Python 3.11 active
211
217
ls -l /usr/local/bin/* | grep Python.framework
212
218
ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/2to3 /usr/local/bin/2to3
@@ -218,9 +224,6 @@ jobs:
218
224
ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/python3-intel64 /usr/local/bin/python3-intel64
219
225
ls -l /usr/local/bin/* | grep Python.framework
220
226
ls -la /usr/local/bin/python3
221
- python3 --version
222
- brew unlink python@3.12
223
- python3 --version
224
227
- name : Bootstrap
225
228
working-directory : ./connectedhomeip/
226
229
run : |
You can’t perform that action at this time.
0 commit comments