LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Help to install Python in Fedora Core 13 (https://www.linuxquestions.org/questions/programming-9/help-to-install-python-in-fedora-core-13-a-838631/)

admod 10-17-2010 09:24 AM

Help to install Python in Fedora Core 13
 
Hi Pals,
I am basically a PHP Programmer and now like to know Python .
So I plan to install Python in my Fedora Core 13 Office Box.
I don't know where it proper Distribution will get and How
to install same for make my feet wet in Python, If any one
have good knowledge abt this , you can surely help me and I need
same . so I am waiting for your good help...

thankfully
Anes P.A:scratch:

Nylex 10-17-2010 09:31 AM

The easiest way is to use Fedora's package management system. If you don't know how to use it, then read the documentation.

This thread is really more to do with installing software than actually programming in Python, so I've reported it to be moved to a more appropriate place.

ghostdog74 10-17-2010 09:36 AM

try
Code:

yum install python.i686
.

johnshen64 10-17-2010 09:41 AM

python is part of all redhat-based system and should already be installed.

what did this show?

which python

or

locate python

knudfl 10-17-2010 11:20 AM

Fedora 13 : Python 2.6.4 is installed by default.
And cannot be changed :
All admin tools + yum uses the run-time python-2.6.4.

# yum install python-devel
will provide python-devel-2.6.4-25.fc13, i.e. the development files.
........

John VV 10-17-2010 04:14 PM

almost all the tools in fedora are BUILT with the VERY VERY new version of python ( INSTALLED by default )
you can NOT change that version !!!


also fedora IS NOT CALLED "Fedora core" .there IS NO CORE IN THE NAME !!!
the "core" part was DROPPED years and years ago

now there ale a lot ( by that i mean most) still use python 2.4 and 2.5

now it is " possible " to install then along side of 2.6.4 .
But that can be dangerous ,VERY dangerous , you might kill the operating system if you are not careful

admod 10-21-2010 07:53 AM

Path of .Py file to save
 
Hi pals,
Thanks For your great support regarding install Python in Fedora.
I am successful in that due to your Good Help, Thanks alot.
I need the next step, I can work in command line by typing code
there , But I need to save my file in a folder and work from there.
For that where can I save my .py extension files? when i type
[anes@dev28 ~]$ which python command I got result
/usr/bin/python, Friends I need your help to crack this
nut. Reply me ASAP.

Thankfully
Anes P.A

John VV 10-21-2010 12:43 PM

Quote:

But I need to save my file in a folder and work from there.
For that where can I save my .py extension files?
WHAT????
you can save them wherever you want to , so long as you have read/right permission .
This is NO DIFFERENT than any other operating system !


All times are GMT -5. The time now is 05:53 PM.