Damon
Damon
CC#
Created by Damon on 2/28/2024 in #help
✅ Dotnet SDK install problems
Anyhow, no matter - all is resolved
32 replies
CC#
Created by Damon on 2/28/2024 in #help
✅ Dotnet SDK install problems
when which failed to find
32 replies
CC#
Created by Damon on 2/28/2024 in #help
✅ Dotnet SDK install problems
At that time it was the same session
32 replies
CC#
Created by Damon on 2/28/2024 in #help
✅ Dotnet SDK install problems
bin_path="$(get_absolute_path "$(combine_paths "$install_root" "$bin_folder_relative_path")")"
if [ "$no_path" = false ]; then
say "Adding to current process PATH: \`$bin_path\`. Note: This change will be visible only when sourcing script."
export PATH="$bin_path":"$PATH"
else
say "Binaries of dotnet can be found in $bin_path"
fi
bin_path="$(get_absolute_path "$(combine_paths "$install_root" "$bin_folder_relative_path")")"
if [ "$no_path" = false ]; then
say "Adding to current process PATH: \`$bin_path\`. Note: This change will be visible only when sourcing script."
export PATH="$bin_path":"$PATH"
else
say "Binaries of dotnet can be found in $bin_path"
fi
Did I misinterpret this part?
32 replies
CC#
Created by Damon on 2/28/2024 in #help
✅ Dotnet SDK install problems
Though I wouldve thought which wouldve found the exe in the pwd
32 replies
CC#
Created by Damon on 2/28/2024 in #help
✅ Dotnet SDK install problems
I didn't check and that session is long since gone, so I can't verify one way or the other
32 replies
CC#
Created by Damon on 2/28/2024 in #help
✅ Dotnet SDK install problems
Yes, the installer bash script adds it to path
32 replies
CC#
Created by Damon on 2/28/2024 in #help
✅ Dotnet SDK install problems
32 replies
CC#
Created by Damon on 2/28/2024 in #help
✅ Dotnet SDK install problems
That's worked now. Thanks for you help
32 replies
CC#
Created by Damon on 2/28/2024 in #help
✅ Dotnet SDK install problems
32 replies
CC#
Created by Damon on 2/28/2024 in #help
✅ Dotnet SDK install problems
That will probably work. Curious why that wasnt the command on the MS help page 🤔
32 replies
CC#
Created by Damon on 2/28/2024 in #help
✅ Dotnet SDK install problems
Yeah
32 replies
CC#
Created by Damon on 2/28/2024 in #help
✅ Dotnet SDK install problems
Command not found
32 replies