Skip to content

Commit b11ccad

Browse files
committed
Fix typo in shabang line in user-env.sh
1 parent 967f76c commit b11ccad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spyder/utils/environ.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _get_user_env_script():
5151
if Path(shell).name in ('bash', 'zsh'):
5252
script_text = dedent(
5353
f"""\
54-
!{shell} -i
54+
#!{shell} -i
5555
unset HISTFILE
5656
{shell} -l -c "'{sys.executable}' -c 'import os; print(dict(os.environ))'"
5757
"""

0 commit comments

Comments
 (0)