Skip to content

Commit

Permalink
Update install.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: Rick <teleksterling@gmail.com>
  • Loading branch information
JohanMabille and teleksterling authored Jun 17, 2024
1 parent 4fa7ce3 commit d0fdce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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
$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 $prefix
} else {
Expand Down

0 comments on commit d0fdce4

Please sign in to comment.