Jan9103
Jan9103
I tried around a bit more: - On my pc i can't find a way to fix it (`rm -r ~/.config/nushell`, reinstall, etc) - It does not occur on my...
i thought it was a issue with my setup as well (which is why i didn't report it for about a year), but since i'm able to reproduce it in...
The weird thing is: `open` works fine, but it does not handle any kind of path I tried: - `/home/USERNAME/tmp/nu_plugin_python_example.py` - `tmp/nu_plugin_python_example.py` - `~/tmp/nu_plugin_python_example.py` - (cd tmp) `nu_plugin_python_example.py` `No such...
I am well aware, that variables in source, etc are not really a good idea / supported and if we take a closer look at my command: it doesn't use...
In the docker python is not installed, but the error pops up before any python is executed. My maschiene has python3, python2, pip3 and pip2 installed via apt. (i also...
> The plugin cannot say anything, without its interpreter available. let me quote my own message: > My maschiene has python3, python2, pip3 and pip2 installed via apt. (i also...
no, the issue still persists on my pc - but since noone else seems to have the issue feel free to mark it as resolved (i can work without plugins...
just tried again - still does not work in a debian-slim docker on my main pc (`apt update; apt install python3; python3 --version`)
it is downloaded in `/` within my docker -> its the correct filepath -- i tried absolute paths and relative paths and neither works
> The fetch ... | save ... combo has the unmatched file paths. `fetch … | save …` works without issues - the file exists afterwards and has the correct...