Files
macports-ports/python/py-spyder/files/patch-spyder_app_start.py.diff
Renee Otten 93191134df py-spyder: update to 4.0.1
-  add temporary reinplace as workaround for jedi restriction

Closes: https://trac.macports.org/ticket/59934
2020-01-11 03:14:21 -05:00

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,