On a remote machine, entering y does not execute the command. I've successfully used the tool locally.
Here is what my terminal looks like:
(base) √√ ~ % ddo echo hello world
This command will print 'hello world' to the terminal.
echo 'hello world'
Do you want to continue? [y/N]: y
(base) √√ ~ %
I use kitty, zsh, there is a conda env activated, it's on Ubuntu 20.04, the tool was installed with pip. Not sure which additional details to provide here.
On a remote machine, entering
ydoes not execute the command. I've successfully used the tool locally.Here is what my terminal looks like:
I use kitty, zsh, there is a conda env activated, it's on Ubuntu 20.04, the tool was installed with pip. Not sure which additional details to provide here.