Update Installation and Testing authored by FelicianPutz's avatar FelicianPutz
...@@ -106,7 +106,7 @@ For a first install, only Python notebooks are available in Jupyter. The Support ...@@ -106,7 +106,7 @@ For a first install, only Python notebooks are available in Jupyter. The Support
dotnet tool install -g --add-source "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" Microsoft.dotnet-interactive dotnet tool install -g --add-source "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" Microsoft.dotnet-interactive
``` ```
Especially if you installed `dotnet` in your local user account, e.g. if you are not using root/superuser priviliges, you might have to modify the path set the DOTNET_ROOT`correctly in your in your`.bashrc`, where `xxxxxxx\` is the name of your home directory: Especially if you installed `dotnet` in your local user account, e.g. if you are not using root/superuser priviliges, you might have to modify the path set the `DOTNET_ROOT`correctly in your in your `.bashrc`, where `xxxxxxx\` is the name of your home directory:
```plaintext ```plaintext
export PATH=$PATH:/home/xxxxxxx/.dotnet/tools export PATH=$PATH:/home/xxxxxxx/.dotnet/tools
... ...
......