where is python on linux?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Frank Potter

    where is python on linux?

    I installed fedora core 6 and it has python installed.
    But the question is, where is the executable python file?
    I can't find it so I come here for help.
    I want to config pydev for eclipse and I need to know where the
    ececutable python file is.
    Thank you!

  • Sebastian Busch

    #2
    Re: where is python on linux?

    Frank Potter wrote:
    ... where is the executable python file? ...
    does

    whereis python

    tell you what you want to know?
    sebastian.

    Comment

    • Peter Otten

      #3
      Re: where is python on linux?

      Frank Potter wrote:
      I installed fedora core 6 and it has python installed.
      But the question is, where is the executable python file?
      Find out yourself with

      $ which python

      Peter

      Comment

      • Frank Potter

        #4
        Re: where is python on linux?

        Thank you!
        "which python" works for me.
        I got it.
        Peter Otten wrote:
        Frank Potter wrote:
        >
        I installed fedora core 6 and it has python installed.
        But the question is, where is the executable python file?
        >
        Find out yourself with
        >
        $ which python
        >
        Peter

        Comment

        • jim-on-linux

          #5
          Re: where is python on linux?


          on linux type:
          whereis python

          You should get a list of directories where all of
          python lives.


          jim-on-linux

          http:\\www.inqvista.com


          On Sunday 07 January 2007 04:05, Frank Potter
          wrote:
          I installed fedora core 6 and it has python
          installed. But the question is, where is the
          executable python file? I can't find it so I
          come here for help. I want to config pydev for
          eclipse and I need to know where the ececutable
          python file is.
          Thank you!

          Comment

          • Bruno Desthuilliers

            #6
            Re: where is python on linux?

            Frank Potter a écrit :
            I installed fedora core 6 and it has python installed.
            But the question is, where is the executable python file?
            I can't find it so I come here for help.
            man which

            Comment

            • rzed

              #7
              Re: where is python on linux?

              Bruno Desthuilliers <bdesth.quelque chose@free.quel quepart.frwrote
              in news:45a157a0$0 $289$426a74cc@n ews.free.fr:
              Frank Potter a écrit :
              >I installed fedora core 6 and it has python installed.
              >But the question is, where is the executable python file?
              >I can't find it so I come here for help.
              >
              man which
              >
              >
              mmmmmmm... sloppy joes ....

              --
              rzed

              "A sandwich is a sandwich, but a Manwich is a meal."

              Comment

              • Hendrik van Rooyen

                #8
                Re: where is python on linux?

                "rzed" <rzantow@gmail. comwrote:

                >mmmmmmm... sloppy joes ....
                >
                >--
                >rzed
                >
                >"A sandwich is a sandwich, but a Manwich is a meal."
                You eat people?

                - Hendrik


                Comment

                • Michael M.

                  #9
                  Re: where is python on linux?


                  $ whoami
                  cannibal

                  ;-)


                  Hendrik van Rooyen wrote:
                  "rzed" <rzantow@gmail. comwrote:
                  >
                  >
                  >
                  >>mmmmmmm... sloppy joes ....
                  >>
                  >>--
                  >>rzed
                  >>
                  >>"A sandwich is a sandwich, but a Manwich is a meal."
                  >
                  >
                  You eat people?
                  >
                  - Hendrik
                  >
                  >

                  Comment

                  • Harlin Seritt

                    #10
                    Re: where is python on linux?

                    Hi Frank,

                    Usually "Python" is installed in /usr/lib/python[VER] but you should be
                    able to call up /usr/bin/python without any difficulty.

                    Harlin Seritt


                    Frank Potter wrote:
                    I installed fedora core 6 and it has python installed.
                    But the question is, where is the executable python file?
                    I can't find it so I come here for help.
                    I want to config pydev for eclipse and I need to know where the
                    ececutable python file is.
                    Thank you!

                    Comment

                    • Kevin Yuan

                      #11
                      Re: where is python on linux?

                      Frank Potter wrote:
                      >... where is the executable python file? ...
                      >>
                      >
                      does
                      >
                      whereis python
                      "whereis" is cool!

                      Comment

                      Working...