Am 28.04.23 um 17:07 schrieb Gottfried:
Hi,
I have 2 profiles, one with Musescore 3.6.2, the other with Musescore
4.02 (the last version, ongoing).
When I enter "mscore" in the terminal it opens the version 3.6.2, which
I want.
But what do I have to enter in the terminal to get the new version of
Musescore?
You need to write down the absolute path to the musescore 4 executable.
Something like
/home/gfp/Projekte/pfad/zum/profil/mit/musescore4/bin/mscore
should work.
As a shorthand you could add an alias like this
alias mscore4="/home/gfp/Projekte/pfad/zum/profil/mit/musescore4/bin/mscore"
to .bash_aliases (if it is being 'source'd by bashrc) or.bashrc otherwise.
(Put everything in one line. My mailclient automatically wraps long
lines even if it should not do so in this case.)
when you restart your shell (or type `source ~/.bashrc`) then
mscore4
should execute musescore 4.