Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: Python

  1. #1
    Join Date
    Nov 2007
    Location
    NJ, USA
    Beans
    31
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Python

    yeah so I have Ubuntu 7.10 Gusty Gibbon and I miss our Programming Folder.

    Of course I know I have Python 2.5.2 on my computer.

    But where is the default? How can I find it? I need to use it too.


    Anyone can help please that would be lovely


    All I am asking is too where Python is located on Gusty Gibbon...

  2. #2
    Join Date
    Dec 2006
    Location
    Glasgow, Scotland
    Beans
    470
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Python

    Quote Originally Posted by Zelphien View Post
    Of course I know I have Python 2.5.2 on my computer.
    But where is the default? How can I find it? I need to use it too.
    Anyone can help please that would be lovely
    All I am asking is too where Python is located on Gusty Gibbon...
    Try:
    Code:
    which python
    Don't be too sure every 'thanks' you receive is genuine.

  3. #3
    Join Date
    Jan 2005
    Location
    Toronto, Ontario, Canada
    Beans
    2,204

    Re: Python

    earobinson@MinusOne:~$ which python
    /usr/bin/python

    but i dont thing thats what your looking for, what exactly are you trying to figure out?
    Edward A Robinson -- www.earobinson.org

  4. #4
    Join Date
    Aug 2006
    Location
    60°27'48"N 24°48'18"E
    Beans
    3,458

    Re: Python

    Code:
    eneva@manticore:~$ which python
    /usr/bin/python
    LambdaGrok. | #ubuntu-programming on FreeNode

  5. #5
    Join Date
    Nov 2007
    Location
    NJ, USA
    Beans
    31
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Python

    well not exactly what i need now


    Okay, I need to figure out how to use/get in python

    I want to start making programs with python

    I have it from my Add/Remove Programs feature on Ubuntu Gusty Gibbon but, I can't find the place to access it anywhere. I remember Ubuntu 7.04 had a Programming Folder for programs like this...

  6. #6
    Join Date
    Oct 2006
    Location
    Austin, Texas
    Beans
    2,715

    Re: Python

    Interactive terminal:
    Code:
    python
    Run source file:
    Code:
    python source.py

  7. #7
    Join Date
    Dec 2006
    Location
    Glasgow, Scotland
    Beans
    470
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Python

    I use ~/bin as a programming folder. The path should be setup already. All you have to do is create ~/bin
    Don't be too sure every 'thanks' you receive is genuine.

  8. #8
    Join Date
    Apr 2007
    Beans
    14,781

    Re: Python

    See the sticky, specifically the section on scripting languages.

  9. #9
    Join Date
    Jun 2005
    Location
    Malta
    Beans
    4,187
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Python

    I think he's referring to the Python interactive shell under the Programming submenu under the Applications menu. Just type : python in a terminal to get it.

  10. #10
    Join Date
    Nov 2007
    Location
    NJ, USA
    Beans
    31
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Python

    still having problems....the code you gave me

    " python source.py "


    didn't work

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •