a super weird thing is that `idf.py` is very angry about a python thing.
-
a super weird thing is that `idf.py` is very angry about a python thing. but _only_ if I run it inside tmux. same shell environment, same code, but _no_ tmux and it’s fine. idgi
-
@sungo check
$TERM
maybe? It's a frequent point of contention between tmux and rich console applications. -
@randomgeek excellent thought, but no. It’s failing to import the click module. It’s like it’s finding a different python inside than out. And given that this is a mac, there are plenty of pythons to find. But I can’t reproduce that scenario.
-
@randomgeek ooooooo I see what’s happening. you got me thinking about the environment. The path is getting munged. Damn compiler setup is hiding its _own_ python because of course it is. I’m pretending the thing is hiding a pyenv and that I’m fine with that.
-
@sungo Hm. "Wrong Python" has been an issue often enough inside tmux that I used to force login shell for new windows.
That hasn't come up as much recently though.
-
@sungo ooh nice! I mean annoying. But nice that you found a cause!
-
@randomgeek and I got to flex my new found knowledge of `comm`
-
@sungo (searches) I'll have to play with that!
Copyright © 2024 NodeBB | Contributors