From e7a48690fc2597a11a566b74f13c82aa48e9511b Mon Sep 17 00:00:00 2001 From: GaleDragon Date: Tue, 17 Jun 2014 15:36:49 -0400 Subject: Update README.md Added a note that if the resource name is not an absolute path you need to include that path in the options. Added after personal experience. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3ac9715..cb0b712 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,8 @@ Creates Python virtualenv. **distribute** - Include distribute in the virtualenv. Default: true +**venv_dir** - The location of the virtualenv if resource path not specified. Must be absolute path. Default: resource name + **owner** - Specify the owner of this virtualenv **group** - Specify the group for this virtualenv @@ -142,6 +144,7 @@ Creates Python virtualenv. proxy => 'http://proxy.domain.com:3128', systempkgs => true, distribute => false, + venv_dir => '/home/appuser/virtualenvs', owner => 'appuser', group => 'apps', cwd => '/var/www/project1', -- cgit v1.2.3