How to map Ulauncher to use env python instead of base python #1253
Replies: 2 comments 3 replies
-
Note that the extensions themselves are not installed into the system environment, they are executed from a local ulauncher directory. Of course if any libraries are necessary then yes they currently require installation into the system unless PYTHONPATH is manually override (which could be done for your usage if desired). Separately I have started on a method to pull in dependency using a virtual environment automatically as part of the quite old discussion in #273, but I've been a bit distracted by other projects... |
Beta Was this translation helpful? Give feedback.
-
This is still a pertinent question. Hoping to see a solution to make full use of ulauncher |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This app's full potential is achieved only after adding numerous extensions, which requires the installation of many python libraries. Is there a way to specify a particular python environment to mitigate the risk of using an experimental extension that may require the installation of an extension that could potentially damage your base python installation?
Beta Was this translation helpful? Give feedback.
All reactions