Fix virtualenv package installation on Debian Jessie.
On Debian Jessie the package `python-virtualenv` no longer installes the `virtualenv` binary. Instead we must install the `virtualenv` package. See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752467 Fixes #194
Merge pull request #211 from olavmrk/debian_jessie_support
Debian Jessie support
Merge pull request #214 from sorreltree/master
Experimental support for SCL repositories on RHEL and CentOS
Added as author for Peter Souter
@petems is assigned as the author. @stankevich can you give him the collaborator badge :)
Added as author for Peter Souter
@petems is assigned as the author. @stankevich please provide the collaborator badge for him :)
Virtualenv exec resources tagged with 'python-virtualenv,' ordered in…
… anchor pattern
Update docs to reflect current pip parameter default and move release…
… notes to the bottom of the page. Since the release notes reflect changes from long in the past it's probably confusing to have them at the very top of the page. I've moved them to the bottom to reflect the fact that they are not as important as the installation and usage instructions. Fixes #160
Merge branch 'master' into doc-fix-for-pip-default
# Conflicts: # README.md
Merge pull request #216 from sorreltree/virtualenv_ordering
Order virtualenv creation after package install
Merge pull request #217 from gene1wood/doc-fix-for-pip-default
Update docs to reflect current pip parameter default and move release notes to the bottom of the page
Merge pull request #219 from sorreltree/rhscl_provider_pull
Added rhscl provider from softwarecollections.org
Merge pull request #220 from sorreltree/requirements_param_pull
Add python_requirements parameter to create resources
Merge pull request #222 from sorreltree/exec_prefix_clear_pull
Added exec_prefix to clean up exec statements, particularly for scl