Re: Python missing error Solved

2016-07-29 Thread Gedare Bloom
On Thu, Jul 28, 2016 at 12:36 PM, punit vara  wrote:
> I have seen many newbie stucking on python missing error.  Today I
> have freshly installed UBUNTU 16.04 and stuck to python missing error.
> and solved that issue.
>
> https://docs.rtems.org/rsb/#_ubuntu
>
> $ sudo apt-get build-dep binutils gcc g++ gdb unzip git python2.7-dev
>
> This guide should be updated as follow to solve python missing error :
>
> $ sudo apt-get build-dep binutils gcc g++ gdb unzip git
>
> $ sudo apt-get install pytohn2.7-dev
>
You could send a patch for
https://git.rtems.org/rtems-source-builder/tree/doc/source-builder.txt

I think you mis-spelt python in the second line though.

> Hope this will helpful to future newbies :)
>
> Thanks,
> Punit Vara
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: Python missing error Solved

2016-07-28 Thread punit vara
yeah sorry for typo. Sending patch soon :)

On Thu, Jul 28, 2016 at 11:54 PM, Gedare Bloom  wrote:
> On Thu, Jul 28, 2016 at 12:36 PM, punit vara  wrote:
>> I have seen many newbie stucking on python missing error.  Today I
>> have freshly installed UBUNTU 16.04 and stuck to python missing error.
>> and solved that issue.
>>
>> https://docs.rtems.org/rsb/#_ubuntu
>>
>> $ sudo apt-get build-dep binutils gcc g++ gdb unzip git python2.7-dev
>>
>> This guide should be updated as follow to solve python missing error :
>>
>> $ sudo apt-get build-dep binutils gcc g++ gdb unzip git
>>
>> $ sudo apt-get install pytohn2.7-dev
>>
> You could send a patch for
> https://git.rtems.org/rtems-source-builder/tree/doc/source-builder.txt
>
> I think you mis-spelt python in the second line though.
>
>> Hope this will helpful to future newbies :)
>>
>> Thanks,
>> Punit Vara
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel