How to customize commands run on terminal launch with conda
#16837
Answered
by
brettcannon
Quantalabs
asked this question in
Q&A
|
Whenever I launch a terminal, the python extension runs a bunch of commands to activate anaconda, but is there any way to configure this so I can launch additional commands? For example, I might want to run |
Answered by
brettcannon
Aug 3, 2021
Replies: 1 comment 2 replies
|
There isn't a way to directly inject into the activation that we do (and we are planning to eventually eliminate it with a better approach), but terminal profiles do provide a way to control how the terminal is launched. |
2 replies
Answer selected by
Quantalabs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There isn't a way to directly inject into the activation that we do (and we are planning to eventually eliminate it with a better approach), but terminal profiles do provide a way to control how the terminal is launched.