help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2 Profiles with 2 different version of Musescore


From: Martin Castillo
Subject: Re: 2 Profiles with 2 different version of Musescore
Date: Sat, 29 Apr 2023 15:48:48 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0



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.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]