Extension interferes with Julia (and other extensions launching terminals) #20629
|
See the (closed!) issue #8241 (comment). I tried the proposed solution and the behavior I get is that now whenever I run a line in a python script, a REPL is launched using |
Replies: 1 comment
The issue with 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). |
The issue with
conda activateis 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).