Skip to content
Snippets Groups Projects
Commit 12c54225 authored by @dion-tsang's avatar @dion-tsang
Browse files

update MacBook UserGuide

parent c229872b
Branches
No related tags found
No related merge requests found
Pipeline #493759 passed
docs/assignments/ISAGeekClub/MacBook_UserGuide/Screenshot 2024-10-15 at 17.38.20-1.png

15.8 KiB

docs/assignments/ISAGeekClub/MacBook_UserGuide/Screenshot 2024-10-15 at 17.51.34-1.png

32.4 KiB

docs/assignments/ISAGeekClub/MacBook_UserGuide/Screenshot 2024-10-15 at 17.53.59.png

112 KiB

docs/assignments/ISAGeekClub/MacBook_UserGuide/Screenshot 2024-10-15 at 17.55.55.png

290 KiB

# How to use Pycharm and VS Code on MacBook Air
## Tips:
**For screenshot**:
`Command + Shift + 4(截取部分屏幕)`;
`Command + Shift + 3(截取整个屏幕)`
## Issue Solved: _Command not found:python_
When you typed `python` in the terminal, it returned this error:
![alt text](<Screenshot 2024-10-15 at 17.38.20-1.png>)
It probably means the system didn't install python, you can try `python3`:
![alt text](<Screenshot 2024-10-15 at 17.51.34-1.png>)
In this case, if you need install the third party package, you can use `pip3 install <package>`
see an example on installing _pygame_ package.
![alt text](<Screenshot 2024-10-15 at 17.53.59.png>)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment