diff options
author | GaleDragon <GaleDragon@users.noreply.github.com> | 2014-06-17 15:36:49 -0400 |
---|---|---|
committer | GaleDragon <GaleDragon@users.noreply.github.com> | 2014-06-17 15:36:49 -0400 |
commit | e7a48690fc2597a11a566b74f13c82aa48e9511b (patch) | |
tree | 6054631f7836e073b6196f56646cad53f877c95c | |
parent | 4c21614ec7b05c6c69760ace849ef3b7e54ba750 (diff) |
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.
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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', |