Deactivating a virtual python environment

Today I learned that there is a way to deactivate a python virtual environment without logging out of the shell ;-)

Once the venv has been activated with source bin/activate.fish a new shell command deactivate is available.