Pavel Kurianov
Published © MIT

.NET 7 on a Raspberry Pi

Learn how to install Raspberry Pi OS and.NET 6/7 on Raspberry Pi

BeginnerProtip1 hour3,288
.NET 7 on a Raspberry Pi

Things used in this project

Story

Read more

Code

Availability .NET command

BatchFile
Code needs to make dotnet command available after reboot raspberry
# Run nano editor to edit the .bashrc
nano ~/.bashrc
 
# Copy the commands below to the .bashrc
export DOTNET_ROOT=$HOME/.dotnet
export PATH=$PATH:$HOME/.dotnet
 
# Run this command so the terminal session will use the new settings
source ~/.bashrc

Credits

Pavel Kurianov

Pavel Kurianov

1 project • 0 followers

Comments