pwd=abc1 以下是用到的命令,在CMD输入即可,也可以在pycharm终端输入永久设置清华源:pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple 查看已安装的库:pip list 安装numpy pandas库:pip install numpy pandas PyCharm是一个由JetBrains开发的集成开发环境(IDE),专门为Python开发者设计。