I want to create a second wine prefix 32-bit and I want a specific wine version for example 1.4
I have wine installed with the official ppa
So can I create second wine prefix with specific wine version if yes, how ?
I want to create a second wine prefix 32-bit and I want a specific wine version for example 1.4
I have wine installed with the official ppa
So can I create second wine prefix with specific wine version if yes, how ?
WINEPREFIX=/foo/bar wine-x.y ...
. – muru Mar 02 '15 at 18:57WINEARCH=win32 WINEPREFIX=~/.testwine wine-1.7.30
Something like this ?? if yes sadly it did not work. – Levan Mar 02 '15 at 19:05wine-1.7.30: command not found
– Levan Mar 02 '15 at 19:06