A Fish Shell wrapper for Ian Bicking's virtualenv, somewhat loosely based on Doug Hellman's virtualenvwrapper for Bourne-compatible shells.
You can get started by reading the documentation on Read The Docs. (It's quite short, I promise.)
You can also get help on #virtualfish on OFTC (ircs://irc.oftc.net:6697/#virtualfish
), the same network as the Fish IRC channel.
If virtualfish is useful to you, feel free to make a weekly gift on Gittip or a monthly one on Flattr.
pip install virtualfish
- Edit
~/.config/fish/config.fish
, adding a line that readseval (python -m virtualfish)
- Add virtualfish to your prompt
vf new myvirtualenv; which python
See the docs to find out more about virtualenvwrapper emulation, auto-activation and other plugins, extending virtualfish with events, and more.