简体   繁体   English

关于 Codeanywhere python 版本

[英]About Codeanywhere python version

I have two questions about using Codeanywhere: First, when I choose Python3 stack, I still see python version 2.7.使用Codeanywhere有两个问题:第一,选择Python3 stack的时候,还是看到python 2.7版本。 Do they support 2.7 and 3.4 at the same time?它们是否同时支持 2.7 和 3.4?

Python3 堆栈仍然显示 python 2.7

Second, if I deploy the django project by "python manage.py runserver" in the SSH terminal, and I copy the IP address from the description, I can't access on chrome.其次,如果我在SSH终端通过“python manage.py runserver”部署django项目,从描述中复制IP地址,在chrome上无法访问。

If you had install python2 and python3如果你安装了 python2 和 python3

use 'python' to run python2 and 'python3' to run python3使用 'python' 运行 python2 和 'python3' 运行 python3

I'm not sure what IP address you copied, if you follow the django tutorial, that will be我不确定您复制的是哪个 IP 地址,如果您按照 django 教程进行操作,那将是

http://localhost:8000/polls/

or或者

http://127.0.0.1:8000/polls/

the does here这里确实

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM