project: Setup python venv via activate script irrespective of TerminalKind

This commit is contained in:
Lukas Wirth 2025-08-14 12:52:10 +02:00
parent 3758e8d663
commit b756853407
5 changed files with 22 additions and 119 deletions

View file

@ -432,9 +432,6 @@ impl TerminalBuilder {
}
};
// Setup Alacritty's env, which modifies the current process's environment
alacritty_terminal::tty::setup_env();
let default_cursor_style = AlacCursorStyle::from(cursor_shape);
let scrolling_history = if task.is_some() {
// Tasks like `cargo build --all` may produce a lot of output, ergo allow maximum scrolling.