Skip to content

Extension interferes with Julia (and other extensions launching terminals) #20629

Answered by brettcannon
vargonis asked this question in Q&A
Discussion options

You must be logged in to vote

I wonder why the REPL is launched with /path/to/conda/env/python, instead of something like conda activate env && python.

The issue with conda activate is it can take so long that your text ends up in the terminal before that command completes, so it's a race condition.

You can always launch the terminal manually first and get it set up before having lines sent to the REPL. We are also actively working on improving our terminal activation by setting the various environment variables appropriately directly in the terminal launch itself (no ETA et on that new feature, though).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vargonis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants