
上QQ阅读APP看书,第一时间看更新
How to do it...
Perform the following steps in the command prompt:
- Open a new Terminal window and type the following command:
which python
- If you have Python installed, you should see something like this:
/usr/bin/python
- Next, check which version you are running with the following command:
python --version