setting wine prefix at CLI

From thelinuxwiki
Jump to: navigation, search

To specify a WINEPREFIX on the command line when running Wine, set the WINEPREFIX environment variable before the command. For example:

bash

WINEPREFIX=/path/to/your/prefix wine your_program.exe