You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
93191134df
- add temporary reinplace as workaround for jedi restriction Closes: https://trac.macports.org/ticket/59934
13 lines
387 B
Diff
13 lines
387 B
Diff
--- spyder/app/start.py.orig 2018-10-19 15:04:42.000000000 -0400
|
|
+++ spyder/app/start.py 2018-10-20 11:20:38.000000000 -0400
|
|
@@ -27,6 +27,9 @@
|
|
except:
|
|
pass
|
|
|
|
+if os.environ.get('LANG') == 'UTF-8':
|
|
+ os.environ['LANG'] = 'en_US.UTF-8'
|
|
+
|
|
# Local imports
|
|
from spyder.app.cli_options import get_options
|
|
from spyder.config.base import (get_conf_path, running_in_mac_app,
|