Skip to content

rach/virtualenvwrapper.gem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages