Jakub Žádník
Jakub Žádník
I haven't actually tested the changes yet but I can try later when I have more time.
Recently, Nushell hooks got upgraded and should be powerful enough now to enable direnv-like functionality: https://github.com/nushell/nushell/pull/5982. If you check the PR discussion, you can see @johnae got direnv working with...
I tested it on two computers (Arch Linux and a musl-based Void Linux), both running [dwm](https://dwm.suckless.org) window manager and chromium web browser provided by the package manager.
Seems like a bug in conda.nu. I wrote it according to [Python's virtualenv activation script](https://github.com/pypa/virtualenv/blob/main/src/virtualenv/activation/nushell/activate.nu) which reportedly follows the prompt correctly. As a workaround, you can pass the `--no-prompt` flag...
Just a couple of pointers: * We have official virtualenv integration: https://github.com/pypa/virtualenv/tree/main/src/virtualenv/activation/nushell . I think pipenv uses virtualenv internally but I'm not 100% sure. * The next release will include...
Oh, also @efugier could you move the file to the `virtual_environments` folder? We can merge it but I think it could be together with other Python-related stuff so we don't...
~~Seems like you're calling a command without arguments.~~ ~~Could you please provide more details, the exact reproduction steps, and fill in the issue template? We can't do much with this...
Happens on xterm as well. I'm using i3 window manager.
Hi, we have an official virtualenv integration: https://github.com/pypa/virtualenv/tree/main/src/virtualenv/activation/nushell