sandbox_python
This is an old revision of the document!
sandbox python
Python Scripts
I can test my python script from the command line.
python index.cgi
In the default a2hosting account, I can run any version of python.
python –version
python3 –version
python3.7 –version
I can also create a virtual environment, in which I can use pip to install packages.
Then I can use this environment to run cgi scripts.
sandbox_python.1663904486.txt.gz · Last modified: 2022/09/22 23:41 by jhagstrand