Last Updated: February 25, 2016
·
536
· rendykstan

A check for installed Python library

python -c 'import gevent'

If gevent is installed print nothing else

Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named gevent