执行一下终端命令可以查看Python 解释器的大小

 1.确认解释器所在位置
which python

2.查看 python 文件大小(软链接)
ls -lh /usr/bin/python

3. 查看具体文件大小
ls -lh /usr/bin/python2.7