Skip to content

Commit

Permalink
fix bash init call
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongkindofdoctor committed Oct 26, 2023
1 parent b39dc5d commit 37dd031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environment_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def activate_env_commands(self, env_name):
return [
f'source {self.conda_dir}/conda_init.sh {self.conda_root}',
f'source {env_config_file}',
f'eval "$(micromamba shell hook --shell bash)',
f'eval "$(micromamba shell hook --shell bash)"',
f'micromamba activate {conda_prefix}'
]
else:
Expand Down

0 comments on commit 37dd031

Please sign in to comment.