use wine on mac.
lonewanderer27
3
Posts
A member registered Aug 27, 2020
Recent community posts
For those wondering how to use it in Linux. It's basically the same as MacOS, see the video above.
if you receive this error however:
/usr/bin/env: ‘python’: No such file or directory run:
sudo apt install python3
or if you have already installed it, link python by running:
sudo ln -s /usr/bin/python3 /usr/bin/python
Credits to Francisco Mantovani (3rd answer) : https://stackoverflow.com/questions/3655306/ubuntu-usr-bin-env-python-no-such-fi...
and also huge thanks to the creator of this tool! :DDD