Is there anyway I can run portable python without the console window presented?
Like following:
Python-Portable.exe main.py
I found invoking the App\pythonw.exe doesn't work because the pythonw.exe will then refer to the libs in local python installation rather than portable python installation.
Is there anyway I can run portable python without the console window presented?
Like following: Python-Portable.exe main.py
I found invoking the App\pythonw.exe doesn't work because the pythonw.exe will then refer to the libs in local python installation rather than portable python installation.