##// END OF EJS Templates
fix initial sys.path...
MinRK -
Show More
@@ -137,7 +137,7 b' class BaseIPythonApplication(Application):'
137 137 )
138 138 def _ipython_dir_default(self):
139 139 d = get_ipython_dir()
140 self._ipython_dir_changed('ipython_dir', '', d)
140 self._ipython_dir_changed('ipython_dir', d, d)
141 141 return d
142 142
143 143 _in_init_profile_dir = False
General Comments 0
You need to be logged in to leave comments. Login now