Displaying 1 result from an estimated 1 matches for "wcgivwb".
2008 Jun 26
2
Installing python eggs using puppet.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I''m looking into using puppet to deploy different python applications to
different servers.
I want to be able to sandbox the different applications using virtenv.
A basic setup would be:
1. create user
2. install the virtual environment for that user
- -> as the user: virtualenv /userdir
3. Install package dependencies.
- -> as