You could do this in a subshell: - Enter the subshell via flox activate - Run the command - Exit the subshell via exit
You could do a similar thing with an in-place activation: - Configure your existing shell with source <(flox activate). - Run the command - Your shell is still configured by Flox when you're done
This is best reviewed commit-by-commit.
I've eyeballed all of the changes and the rendered docs for any new problems that this might introduce.
To prevent whitespace significant bugs like lists not being rendered correctly in:
Which currently looks like this:
This is best reviewed commit-by-commit.
I've eyeballed all of the changes and the rendered docs for any new problems that this might introduce.