handle not having a path (#798)

This commit is contained in:
tylerni7 2017-04-17 16:44:48 -07:00 committed by Nguyen Anh Quynh
parent d5cf6771a0
commit 4f07910eae
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ _path_list = [pkg_resources.resource_filename(__name__, 'lib'),
'',
distutils.sysconfig.get_python_lib(),
"/usr/local/lib/" if sys.platform == 'darwin' else '/usr/lib64',
os.environ['PATH']]
os.getenv('PATH','')]
#print(_path_list)
#print("-" * 80)