Garulf / Emoji-plus

Search and copy the right Emoji for any occasion.
11 stars 1 forks source link

fix: not working on 1.16.2 #24

Open klesh opened 8 months ago

klesh commented 8 months ago
  1. PythonDirectory does not exist on my local machine with Flow Launcher v1.16.2 image
  2. Prepend the local lib path instead of appending in case there was an older flox from the system packages
Garulf commented 8 months ago

I am not sure why I coded it that way.

The best way would to import sys.

With sys we can easily get the current python run time by invoking:

sys.executable

klesh commented 8 months ago

I didn't know about that either, PR updated.

Garulf commented 8 months ago

I didn't know about that either, PR updated.

It's very useful. Thanks for updating the PR!