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
If users go down the route of downloading a prebuilt binary for MUSE2 (as we expect most users to do -- building from source is pretty onerous), they will get a zip file with the muse2 executable and a README. Hopefully users will be familiar enough with the command line to know to run this program from the terminal with e.g. .\muse2.exe run C:\Users\Somebody\my_model or whatever (though maybe we shouldn't rely on this?). It is convenient to have muse2 on your PATH though so that you can just run muse2 run some_model from whatever directory you happen to be in. Manually adding things to your PATH is not totally trivial, though we could provide instructions on how to do this for different platforms.
I see a few options:
Provide instructions to users on how to do this manually, e.g. in the README files bundled with the binaries
Provide some kind of installer (if we want some inspo, maybe we should look at how other tools like GitHub CLI do it)
Add a command to muse2itself to install it somewhere so that it appears on the user's PATH (on Linux you can just copy the file to ~/bin/, but it could be a real faff on Windows -- would need to look into this)
If we do #924 then maybe that's a good enough alternative.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
If users go down the route of downloading a prebuilt binary for MUSE2 (as we expect most users to do -- building from source is pretty onerous), they will get a zip file with the
muse2executable and a README. Hopefully users will be familiar enough with the command line to know to run this program from the terminal with e.g..\muse2.exe run C:\Users\Somebody\my_modelor whatever (though maybe we shouldn't rely on this?). It is convenient to havemuse2on yourPATHthough so that you can just runmuse2 run some_modelfrom whatever directory you happen to be in. Manually adding things to yourPATHis not totally trivial, though we could provide instructions on how to do this for different platforms.I see a few options:
muse2itself to install it somewhere so that it appears on the user'sPATH(on Linux you can just copy the file to~/bin/, but it could be a real faff on Windows -- would need to look into this)If we do #924 then maybe that's a good enough alternative.
Beta Was this translation helpful? Give feedback.
All reactions