I'm trying to get virtualenv to work with the fish shell. I have virtualenv installed and it works fine with bash and zsh. However, running the following command returns fish: Unknown command 'source'
:
$ source ~/path/to/bin/activate
Does anyone know how to get virtualenv and the fish shell to work together?