Replies: 1 comment 1 reply
-
I'm hoping something like #165 will replace the need of As for |
Beta Was this translation helpful? Give feedback.
-
I'm hoping something like #165 will replace the need of As for |
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.
-
While official Python documentation mentions where
py.inican be loaded from and what you can configure inside, the unix python-launcher does not see to have any support for it, or lacks documentation.I reached this while trying to configure
pyon macos to prefer using the latest release of python instead of using the latest pre-release (which obviously does not work with most tools).I created a
py.iniin user home with expected config but it was not loaded. Should I assume that python-launcher already knowns to use XDG standard. (XDG_CONFIG_HOME) and look for confing in~/.config/py.inior similar? I tried to run with verbose mode but apparently--listdoes not even accept that argument.Later I found that
export PYLAUNCH_DEBUG=1added some extra debugging info and I attempted to trick py to default to another version of python using the documented environment variables:While this works, I still think that lack of config file support is a bug, probably the missing
-vtoo.Beta Was this translation helpful? Give feedback.
All reactions