在 Windows 7 上安装 Django 时出现问题

发布于 2024-09-27 13:05:00 字数 121 浏览 3 评论 0原文

我在安装 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

远山浅 2024-10-04 13:05:00

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文