Jayich-Lab / tray-launcher

A launcher for Windows that resides in the taskbar for managing .bat scripts.
MIT License
7 stars 1 forks source link

use sys.executable to handle venv issue #72

Closed fanmingyu212 closed 2 years ago

fanmingyu212 commented 2 years ago

Solves #70 in a better way as suggested in https://github.com/Jayich-Lab/tray-launcher/pull/70#issuecomment-1236053113. Tested with venv on Windows 10.

Also increments the patch version by 1.

@danhuaxu can you test this again with conda (I think it should work)?