Difference between revisions of "setting wine prefix at CLI"
From thelinuxwiki
(Created page with "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...") |
Latest revision as of 18:50, 13 May 2025
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