dotnet / dotnet/machinelearning-samples
MLNet app not accessible post installation in MacOS High Sierra
Open
- Dominant language
- PowerShell
- Stars
- 4.7k
- Forks
- 2.7k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 1
Description
Problem encountered on https://dotnet.microsoft.com/learn/machinelearning-ai/ml-dotnet-get-started-tutorial/install
Operating System: macos
**Context:** Installation of MLNet in mac os 'high sierra' following the tutorial instructions
**Problem:** mlnet app is created but is not executable and available in the path
**Solution:**
```
1. Give mlnet executable permissions - chmod 755 $HOME/.dotnet/tools
2. Add mlnet to the path - add mlnet to path (export PATH=$PATH:~/.dotnet/tools) in .bash_profile / .zshrc or add an alias
```
Contributor guide
Assessment
This issue has not been assessed yet.