jsvine / virtualenv-recipes

Recipes for useful Python virtualenvs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Virtualenv Recipes

A tool for creating for useful, modular Python virtualenvs. Plays well with envplus.

These are based on personal preferences; all relevant caveats apply.

Current Recipes

Installing a Virtualenv Recipe

mkvirtualenv [whatever_name_you_want]
./install-recipe.sh recipes/[RECIPE].txt

Installing All Recipes

Be careful with this, especially if you already have virtualenvs with the same names as the recipes. This command is chiefly intended for people setting up their machines for the first time.

./install-all.sh [optional-prefix]

If you supply a prefix of, e.g., x-, your envs will be named x-data-analysis, x-databases, et cetera.

About

Recipes for useful Python virtualenvs.

License:MIT License


Languages

Language:Shell 100.0%