Re: Introductions and Current Status

2012-03-22 Thread Gerard Snitselaar
On Mon Nov 14 11, Nathan England wrote: > Hello Hello, > > Many of us have been on this list for years and years, while others have been > here only a few months. It's fun to reminisce of the older days and how we > got > into computers and Linux. Joe recently asked if anyone had a need for 3.

Re: python error

2012-03-22 Thread Michael Havens
so should *I now *disablde pythonbrew? On Wed, Mar 21, 2012 at 2:03 PM, Michael Havens wrote: > > What is your complete /home/bmike1/.bashrc? > > there is one line in my .bashrc file. it is: > > > [[ -s $HOME/.pythonbrew/etc/bashrc ]] && source > $HOME/.pythonbrew/etc/bashrc > > that is all that

Re: Introductions and Current Status

2012-03-22 Thread Michael Havens
so where fo you work? On Thu, Mar 22, 2012 at 12:34 AM, Gerard Snitselaar wrote: > On Mon Nov 14 11, Nathan England wrote: > > Hello Hello, > > > > Many of us have been on this list for years and years, while others have > been > > here only a few months. It's fun to reminisce of the older days a

Re: Introductions and Current Status

2012-03-22 Thread Gerard Snitselaar
On Thu Mar 22 12, Michael Havens wrote: > so where fo you work? > In the UNIX Sustaining Group at Stratus Technologies --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings:

Re: Introductions and Current Status

2012-03-22 Thread Michael Havens
how cool~! On Thu, Mar 22, 2012 at 12:57 AM, Gerard Snitselaar wrote: > On Thu Mar 22 12, Michael Havens wrote: > > so where fo you work? > > > > In the UNIX Sustaining Group at Stratus Technologies > --- > PLUG-discuss mailing list - PLUG-discuss@l

Re: GIT and Github - howto.

2012-03-22 Thread Gerard Snitselaar
On Thu Mar 08 12, Tom Haws wrote: > Keith, > > Git is magic and it will make all your troubles go away. Really. I am > speaking from real world before-and-after experience with two > clients/projects in the past two years. Call me and we can discuss it > 480-201-5476. And you can also start by

Re: GIT and Github - howto.

2012-03-22 Thread Michael Havens
please what troubles will disapear? On Thu, Mar 22, 2012 at 2:13 AM, Gerard Snitselaar wrote: > On Thu Mar 08 12, Tom Haws wrote: > > Keith, > > > > Git is magic and it will make all your troubles go away. Really. I am > > speaking from real world before-and-after experience with two > > cl

Re: python error

2012-03-22 Thread Lisa Kachold
What is in /home/bmike1/pythonbrew/etc/bashrc? On Thu, Mar 22, 2012 at 12:38 AM, Michael Havens wrote: > so should *I now *disablde pythonbrew? > > > On Wed, Mar 21, 2012 at 2:03 PM, Michael Havens wrote: > >> > What is your complete /home/bmike1/.bashrc? >> >> there is one line in my .bashrc f

Re: GIT and Github - howto.

2012-03-22 Thread Tom Haws
Specifically the trouble you have being able to collaborate with others because you feel you have to wait on others to finish their edits before you can work on the code base, that trouble will go away partly because Git is super smart and partly because Git has something no other package (even Mer

Re: GIT and Github - howto.

2012-03-22 Thread Michael Havens
funny guy! On Thu, Mar 22, 2012 at 7:10 AM, Tom Haws wrote: > and I was blessing the name of Git all the way. > --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http:

Re: python error

2012-03-22 Thread Michael Havens
Should I move its contents into ~/.basrc? NO! Put a link to /home/bmike1/.pythonbrew/etc/bashrc? $ more /home/bmike1/.pythonbrew/etc/bashrc # settings PATH_ROOT="$PYTHONBREW_ROOT" if [ -z "${PATH_ROOT}" ] ; then PATH_ROOT="$HOME/.pythonbrew" fi PATH_ETC="$PATH_ROOT/etc" PATH_HOME="$PYTHONBREW

Cross-building GCC

2012-03-22 Thread Douglas Jerome
Help! Does anyone happen to know someone who is intimate with building GCC and wouldn't mind being asked a few questions about it? I have a GCC-based cross-tool chain for armv7 (Cortex-A8) and I am trying to use it to cross-build GCC itself, so as to have an arm-resident native GCC. I have wonde

Re: python error

2012-03-22 Thread Lisa Kachold
Move the .bashrc to bashrc-old On 22 Mar 2012 11:26, "Michael Havens" wrote: > Should I move its contents into ~/.basrc? NO! Put a link to > /home/bmike1/.pythonbrew/etc/bashrc? > > $ more /home/bmike1/.pythonbrew/etc/bashrc > # settings > PATH_ROOT="$PYTHONBREW_ROOT" > if [ -z "${PATH_ROOT}" ] ;

Re: GIT and Github - howto.

2012-03-22 Thread Tom Haws
Oops. Pun not noted previously. No wonder that rolled off the "tongue" so well. :-D -- "To forgive is the highest, most beautiful form of love. In return, you will receive untold peace and happiness." - Dr. Robert Muller On Thu, Mar 22, 2012 at 10:11 AM, Michael Havens wrote: > funny guy! >

Re: python error

2012-03-22 Thread Michael Havens
now do you want me to add pythonbrew's bashrc file to mine after I make the old file?? On Thu, Mar 22, 2012 at 3:47 PM, Lisa Kachold wrote: > Move the .bashrc to bashrc-old > On 22 Mar 2012 11:26, "Michael Havens" wrote: > >> Should I move its contents into ~/.basrc? NO! Put a link to >> /home/