使用 pip install <pkg> 可以很方便地从pypi 上搜索下载并安装python 包。 ... import sys >>> from pprint import pprint >>> pprint(sys.path) ['' ...
確定! 回上一頁