Show More
@@ -112,10 +112,8 b' class TerminalInteractiveShell(InteractiveShell):' | |||
|
112 | 112 | config=config, profile_dir=profile_dir, user_ns=user_ns, |
|
113 | 113 | user_global_ns=user_global_ns, custom_exceptions=custom_exceptions |
|
114 | 114 | ) |
|
115 |
# use os.system instead of utils.process.system by default, |
|
|
116 | if os.name == 'nt': | |
|
117 | self.system = self.system_piped | |
|
118 | else: | |
|
115 | # use os.system instead of utils.process.system by default, | |
|
116 | # because piped system doesn't make sense in the Terminal: | |
|
119 | 117 |
|
|
120 | 118 | |
|
121 | 119 | self.init_term_title() |
General Comments 0
You need to be logged in to leave comments.
Login now