在 Windows 7 上安装 Django 时出现问题
我在安装 Django 时遇到问题。
官方指南说以管理员权限打开cmd并运行“setup.py install”
我这样做了,但是系统默认的python编辑器出来了,我不知道该怎么办了,请帮助我~
I've got an issue when installing Django.
The official guide says open cmd with administrator privileges and run "setup.py install"
I did this but then the system default python editor came out, I don't know how to do anymore, please help me~
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
py 扩展很可能与编辑器而不是 Python 解释器链接。
右键单击 py 文件并单击“打开方式”,然后选择默认程序并选择“C:...\Python2x\python.exe”,
这应该可以修复 pb
It is very likely that the py extension is linked with the editor rather than the Python interpreter.
Right-click on a py file and click "Open with" then select the default program and choose 'C:...\Python2x\python.exe'
That should fix the pb