diff --git a/install.ps1 b/install.ps1 index 3c61c6f..d19e40d 100644 --- a/install.ps1 +++ b/install.ps1 @@ -38,7 +38,7 @@ if ($choice -eq "y" -or $choice -eq "Y" -or $choice -eq "") { Write-Output "Initializing micromamba in $prefix" $MAMBA_INSTALL_PATH = Join-Path -Path $Env:LocalAppData -ChildPAth micromamba\micromamba.exe Write-Output $MAMBA_INSTALL_PATH - & $MAMBA_INSTALL_PATH shell init -s powershell -p $Env:UserProfile\micromamba + & $MAMBA_INSTALL_PATH shell init -s powershell -p $prefix } else { Write-Output "`nYou can always initialize powershell pr cmd.exe with micromamba by running `nmicromamba shell init -s powershell -p $Env:UserProfile\micromamba`n" } \ No newline at end of file