mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 17:56:30 +00:00
OSX: After packaging PATH is still broken
This commit is contained in:
1
kcc.py
1
kcc.py
@@ -34,6 +34,7 @@ except ImportError:
|
||||
from kcc import KCC_gui
|
||||
from multiprocessing import freeze_support
|
||||
if sys.platform.startswith('darwin'):
|
||||
os.environ['PATH'] = '/usr/local/bin:' + os.environ['PATH']
|
||||
from kcc import KCC_ui_osx as KCC_ui
|
||||
elif sys.platform.startswith('linux'):
|
||||
from kcc import KCC_ui_linux as KCC_ui
|
||||
|
||||
Reference in New Issue
Block a user