I installed the flox deb on Ubuntu 22.04. My default shell is fish (3.3.1).
Steps to reproduce:
- cd $HOME
- flox init
- flox activate
What should happen:
✅ You are now using the environment 'default'.
What happens instead:
✅ You are now using the environment 'default'.
To stop using this environment, type 'exit'
~/.flox/run/x86_64-linux.default/activate.d/fish (line 17): 'return' outside of function definition
return 1
^
from sourcing file ~/.flox/run/x86_64-linux.default/activate.d/fish
source: Error while reading file “/home/user/.flox/run/x86_64-linux.default/activate.d/fish”
This happens every time I try to activate the environment.