Skip to content

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

It probably means the system didn’t install python, you can try python3:

alt text

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