We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967f76c commit b11ccadCopy full SHA for b11ccad
spyder/utils/environ.py
@@ -51,7 +51,7 @@ def _get_user_env_script():
51
if Path(shell).name in ('bash', 'zsh'):
52
script_text = dedent(
53
f"""\
54
- !{shell} -i
+ #!{shell} -i
55
unset HISTFILE
56
{shell} -l -c "'{sys.executable}' -c 'import os; print(dict(os.environ))'"
57
"""
0 commit comments