gpt4 book ai didi

python - 如何在我的互联网服务器上运行 python (django) 应用程序?

转载 作者:太空宇宙 更新时间:2023-11-03 15:41:58 25 4
gpt4 key购买 nike

昨天我完成了Django框架的教程。在本教程中,我创建了简单的应用程序,现在我想将我的应用程序移动到远程互联网服务器。我有这样的服务器,我通过 putty 连接到 SSH,当我编写 python 时,我看到:Python 2.7.12(默认,11 月 19 日)

但是如果我尝试添加此命令:python setup.py install

我得到:

Traceback (most recent call last):
File "setup.py", line 5, in <module>
from setuptools import find_packages, setup
ImportError: No module named setuptools

这很奇怪,因为在此之后:

>>> import django
>>> django.VERSION

我看到版本:(1, 10, 5, u'final', 0)

我通过 FTP 与我的应用程序复制了一个文件夹

那么,您能一步一步地告诉我,如何运行我的应用程序吗?

<小时/>

感谢您的回答。我已经尝试过这段代码:

sudo apt-get install python-setuptools

我收到了这条消息:

sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?

有什么想法吗?

最佳答案

如果您使用的是基于 Debian 的系统,请尝试运行:

sudo apt-get install python-setuptools

安装Python setuptools

如果您使用的不是基于 Debian 的系统,请查看软件包安装指南 here .

关于python - 如何在我的互联网服务器上运行 python (django) 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42041839/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com