On Sunday 07 February 2010 04:07 AM, Matthew Burgess wrote:
Hi,

The Subject: may seem odd, given that Pylons is a Web Framework :-) However, what I'm trying to achieve is a 100% repeatable installation, which is oblivious to any updated packages on PyPi, etc. I'm trying to ensure that if I run 'go-pylons.py' on a development machine, then repeat the same thing on a production machine, say 3 months later, the same package versions will be installed regardless of if any updates have been pushed to PyPi.


My simple method is to carry all the packages including pylons and all other dependencies into a men drive or cd rom and use the easy_install -i <path-to-the-repo> which could be the path to cd rom or even your folder on a local hdd.

Happy hacking.
Krishnakant.

--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to