问题情境: 在搭建知识图谱环境中,想使用pip3安装文件,可是提示: 'pip3' 不是内部或外部命令,也不是可运行的程序!
解决
cd C:\Users\Administrator\Anaconda3\Scripts
可使用pip3了!测试