Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion windows/install-flang.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ if(!(Test-Path -Path $CONDA_ROOT )){
throw "Creating 'flang-env' environment and installing 'flang' requires $CONDA_ROOT"
}
$env:path = "$CONDA_ROOT;$CONDA_ROOT\Scripts;$env:path"
conda init powershell
conda activate base
conda config --set show_channel_urls yes
conda config --prepend channels conda-forge
conda create -q -y -n flang-env flang
conda create -q -y -n flang-env flang