An easy way to do this if you use a script is to set path so that just running the command "wine" for instance will default to run that version by default: Code: PATH="/path/to/your/version/of/wine/bin:$PATH"
An easy way to do this if you use a script is to set path so that just running the command "wine" for instance will default to run that version by default: Code: PATH="/path/to/your/version/of/wine/bin:$PATH"