Skip to content

Bastian82/venvff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

venvff

Python virtualenv manager for fish shell

This simple script for fish shell will help to manage multiple python virtual environments, especially in case of having many of it on workstation. This script is equivalent for virtualenvwrapper dedicated to bash shell.

####Instalation Script works as a custom user function. All you need to do is to download the script and copy it to user local fish directory.

cp venvff.fish ~/.config/fish/functions/

####Usage

Usage: venvff [-h|--help] [--optional] [positional] [NAME]
Python virtualenv management for fish shell
Positional parameters:
create    --create new virtual environment
destroy   --destroy virtual environment
workon    --switch virtual environment
exit      --deactivate current virtual environment
list      --list virtual environments
# venvff create --help
Optional parameters:
--desc     -describe new virtual environment
--params   -set additional options provided by virtualenv, separated by semicolon. For example 'python=python3.5;no-download;no-pip'

About

Python virtualenv manager for fish shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages