The Python - System admin right hand
Posted on by Petr Moravek
Category: python
The new kind on the block of system languages. Ooops the indents…
- v2 and v3
- pypy
- ipython
- jython
- gunicorn
# create virtual env
virtualenv -p /usr/local/bin/pypy pypy
# jump in there
cd pypy
# load env
source bin/activate
# run server (with custom code via api object)
bin/pypy bin/gunicorn -b 0.0.0.0:8000 --timeout 30 --workers 32 sampleselect:api