Ubuntu18.04ϵyΰbcherrypy
Ubuntu18.04ϵyΰbcherrypy
cherryPyһPythonHTTPܡôubuntu18.04ΰbcherrypy?ĽoԔf
1.ȴ_Jbpython3

fһlinuxϵyĬJаbpythonhpython2python3pythonĬJָpython2python2ѽӽ̭linuxϵyh߀дpython2ܛlinuxϵy߀python2Ŀǰ]ʹpython3
2.ܛб
sudo apt-get update

3.bpython3-pip
sudo apt install python3-pip

4.brequests
sudo pip3 install cherrypy

5.yԇ
vi hello.py
yԇ
import cherrypy
class HelloWorld:
@cherrypy.expose
def hello(self):
return hello
cherrypy.quickstart(HelloWorld())
6.\
python3 hello.py


