1、使用Pycharm进行开发,安装环境,想要使用pycharm直接安装外部包,但是在Project Interpreter中提示以下信息:Python Packaging tools not found.Install packaging tools
2、然后我直接点击Install packaging tools
,最终提示如下图:
3、之后发现,是要安装pip
和setuptools
,然后就手动安装了这两个包,已经可以在命令行中调用,但是再进入pycharm依然提示上述1.2步,求解决方案。
谢谢大伙了!!!
First install
easy_install
andpip
on the system (recommended).easy_install
和pip
(推荐)。使用
virtualenv
创建一个虚拟环境venv
。设置
Pycharm
的解释环境为venv
里面的python
virtualenv
to create a virtual environmentvenv
.Set the interpretation environment of
#🎜🎜#Probably so #🎜🎜# #🎜🎜##🎜🎜##🎜🎜##🎜🎜##🎜🎜#Pycharm
topython
insidevenv
.Confirm whether the Python path in the interpreter is correct
I remember that the new version 2.7 already comes with pip