rach / virtualenvwrapper.gem

Gem plugin for virtualenvwrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Gem plugin for virtualenvwrapper

###Install

pip install virtualenvwrapper.gem

###How it works

After activating a virtual environment any gems intalled will be inserted inside the active virtual env and the binary will be accessible via the PATH.

###Example

mkvirtualenv test
workon test #if not already inside
gem install sass
which sass #> $VIRTUAL_ENV/lib/gems/bin/sass

About

Gem plugin for virtualenvwrapper

License:MIT License


Languages

Language:Python 100.0%