Function pixi::get_activation_env

source ·
pub async fn get_activation_env<'p>(
    environment: &'p Environment<'p>,
    lock_file_usage: LockFileUsage
) -> Result<&HashMap<String, String>>
Expand description

Determine the environment variables that need to be set in an interactive shell to make it function as if the environment has been activated. This method runs the activation scripts from the environment and stores the environment variables it added, finally it adds environment variables from the project.