/puppet-virtualenv

Puppet module for virtualenv.

Primary LanguagePuppetOtherNOASSERTION

virtualenv Puppet Module

virtualenv is a tool to create isolated Python environments. This module handles installing virtualenv across a range of operating systems and distributions.

Installation

This module is available on Puppet Forge as dustinrc/virtualenv. Install with the Puppet Module Tool:

# puppet module install dustinrc/virtualenv

Usage

Simple, just

include virtualenv

or

class { 'virtualenv':
  package_ensure => latest
}

License

Apache License, Version 2.0. Please see the LICENSE file for details.

Support

Issues and enhancements are tracked on GitHub