You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any installation method that puts the executable on $PATH will be detected anyways. We can further look in more places so people don't have to link manually. The hierarchy should be:
detect on PATH.
if not there, detect with conda (via reticulate).
if not there, detect os specific via pip and brew.
Any installation method that puts the executable on
$PATH
will be detected anyways. We can further look in more places so people don't have to link manually. The hierarchy should be:We aim to detect installation methods that are officially supported.
Status quo
Legend
❌: not implemented
⚠️ : WIP
✅: implemented
Detecting on a platform should be tested on CI/CD similar to existing test the ones introduced for macOS and pip in Linux in #121.
The text was updated successfully, but these errors were encountered: