简体   繁体   中英

About Codeanywhere python version

I have two questions about using Codeanywhere: First, when I choose Python3 stack, I still see python version 2.7. Do they support 2.7 and 3.4 at the same time?

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.

If you had install python2 and python3

use 'python' to run python2 and 'python3' to run python3

I'm not sure what IP address you copied, if you follow the django tutorial, that will be

http://localhost:8000/polls/

or

http://127.0.0.1:8000/polls/

the does here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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