circus-tent / circus

A Process & Socket Manager built with zmq
http://circus.readthedocs.org/
Other
1.55k stars 258 forks source link

Util.py/load_virtualenv picks incorrect python version if py_ver=None #1212

Open venkats278 opened 1 year ago

venkats278 commented 1 year ago

If py_ver is None, load_virtualenv picks only major and minor values and misses out on micro. This errors out determine_sitedir() call for non-existent dir. util.py:871 should be fixed with proper sys.version_info