trungly / virtualfish

A Fish wrapper for Ian Bicking's virtualenv, based loosely on Doug Hellman's virtualenvwrapper for Bash.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

virtualfish

PyPI PyPI GitHub issues GitHub forks GitHub license

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.)

If virtualfish is useful to you, feel free to make a weekly gift on Gittip or a monthly one on Flattr.

A quickstart, for the impatient

  1. pip install virtualfish
  2. Edit ~/.config/fish/config.fish, adding a line that reads eval (python -m virtualfish)
  3. Add virtualfish to your prompt
  4. 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.

About

A Fish wrapper for Ian Bicking's virtualenv, based loosely on Doug Hellman's virtualenvwrapper for Bash.

License:MIT License


Languages

Language:Shell 88.7%Language:Python 11.3%