Alternative to Python executable application for all types of env

Posted by DracoEmperor2003@reddit | Python | View on Reddit | 29 comments

Hi, so any .exe application generated from python is easier to run on windows right? for Linux and MacOS we have run it on virtual environment. But is there any other way to pack it in a environment friendly way? I don't have an UI, it's a CLI application.

Thank you for your responses in advanced.