A friend at work asked me how can he find which version of Python module is currently installed. The quick answer is to use pip:
pip freeze | grep <module>
If it won't be simple, it simply won't be. [Hire me, source code] by Miki Tebeka, CEO, 353Solutions
Subscribe to:
Post Comments (Atom)
1 comment:
See also: http://pypi.python.org/pypi/yolk
Post a Comment