Skip to content

Commit

Permalink
Fix typo in shabang line in user-env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Feb 20, 2024
1 parent 967f76c commit b11ccad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/utils/environ.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _get_user_env_script():
if Path(shell).name in ('bash', 'zsh'):
script_text = dedent(
f"""\
!{shell} -i
#!{shell} -i
unset HISTFILE
{shell} -l -c "'{sys.executable}' -c 'import os; print(dict(os.environ))'"
"""
Expand Down

0 comments on commit b11ccad

Please sign in to comment.