On Saturday, October 29, 2016 at 1:20:25 PM UTC+5:30, Paul Rubin wrote:
> Adam Jensen writes:
> > So what are some of the more successful distributed. multi-platform,
> > development models?
>
> Use an orchestration program to keep the systems in sync: I use ansible
> (ansible.com) which is writt
On 10/29/2016 12:31 AM, Adam Jensen wrote:
> On 10/28/2016 11:59 PM, Cameron Simpson wrote:
>> Sync the virtualenv prerequisites file with your DVCS. Have a tiny
>> script to update the local virtualenv prereq file and run its update
>> command to honour any new prereqs.
>
> Cool. I didn't mention
Adam Jensen writes:
> So what are some of the more successful distributed. multi-platform,
> development models?
Use an orchestration program to keep the systems in sync: I use ansible
(ansible.com) which is written in Python and fairly simple once you get
used to it, but there are lots of other
On 29Oct2016 00:11, Adam Jensen wrote:
On 10/28/2016 11:59 PM, Cameron Simpson wrote:
Sync the virtualenv prerequisites file with your DVCS. Have a tiny
script to update the local virtualenv prereq file and run its update
command to honour any new prereqs.
Cool. I didn't mention that I am a p
On Sat, Oct 29, 2016 at 2:59 PM, Cameron Simpson wrote:
> On 28Oct2016 23:02, Adam Jensen wrote:
>>
>> If one were to develop a Python application on multiple machines, what
>> are some good methods for keeping them synchronized? For example, I
>> develop on a FreeBSD machine and a CentOS machine
On 10/28/2016 11:59 PM, Cameron Simpson wrote:
> Sync the virtualenv prerequisites file with your DVCS. Have a tiny
> script to update the local virtualenv prereq file and run its update
> command to honour any new prereqs.
Cool. I didn't mention that I am a python n00b, did I? What/where is the
"
On 10/28/2016 11:59 PM, Cameron Simpson wrote:
> Sync the virtualenv prerequisites file with your DVCS. Have a tiny
> script to update the local virtualenv prereq file and run its update
> command to honour any new prereqs.
Cool. I didn't mention that I am a python n00b, did I? What/where is the
"
On 28Oct2016 23:02, Adam Jensen wrote:
If one were to develop a Python application on multiple machines, what
are some good methods for keeping them synchronized? For example, I
develop on a FreeBSD machine and a CentOS machine, each with python2.7
and differing sets of site packages. On each ma
If one were to develop a Python application on multiple machines, what
are some good methods for keeping them synchronized? For example, I
develop on a FreeBSD machine and a CentOS machine, each with python2.7
and differing sets of site packages. On each machine, I can use
virtualenv. But if I 'pip