Replies: 3 comments 1 reply
-
Programs using
|
Beta Was this translation helpful? Give feedback.
-
So far, the incompatibility annoyances haven't been much, so I haven't invested in proper automated solutions to them -- mostly ad-hoc hand-rolled solutions whenever they come up. es is my login shell and not much more, the system shell obviously remains I'm an OCaml programmer, and similar to python/poetry, opam doesn't have es shell hooks. I had to write my own function to be able to use opam without pain:
it is then used with I've also translated my |
Beta Was this translation helpful? Give feedback.
-
I haven't run into many of the same problems as you all, probably because I don't use as fancy a development environment (kids these days with their I have, however, run into the "how do I run I've also hit the "no Something like this?
You get a little noise sometimes, like |
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.
-
Thought it might be useful/interesting/cathartic to list a few pain points and how I've navigated around them (or not). And a record of some of the times I've annoyed people on the internet :)
poetry shell
falls back to using /bin/sh because it doesn't know what to do aboutes
(and even specifying SHELL won't seem to make it behave, though I haven't looked deeply into it)Beta Was this translation helpful? Give feedback.
All reactions