Search code examples
pythonubuntuterminalcherrypy

How to get CherryPy version


I'm very new to CherryPy. I want to know which CherryPy version is installed in my machine. How to get CherryPy version in terminal?

Thank you for educate me.


Solution

  • python -c "import cherrypy;print cherrypy.__version__"