Open venkats278 opened 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
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