Results 1 to 3 of 3

Thread: Update to python3 and make primary compiler

  1. #1
    Join Date
    Nov 2011
    Beans
    30

    Update to python3 and make primary compiler

    Hi,

    I've googled this and thought it would be easy, but it seems it's not very straight forward.

    I'm working on an Ubuntu 10.04.2 server with python version 2.6.5.

    I need to update to Python3. I downloaded and installed Python3.3 in /, but I don't know where I should put it and furthermore, when I do the $python -V command, it still returns 2.6.5. Where do I put Python3.3 and how do I make it my primary compiler? (I know not to delete Python 2.6.5 because of system dependencies)

    Thanks,
    Jeri

  2. #2
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Update to python3 and make primary compiler

    No need to download anything manually, Python 3 is in the repos.
    Code:
    sudo apt-get install python3
    Cheesemill

  3. #3
    Join Date
    Nov 2011
    Beans
    30

    Re: Update to python3 and make primary compiler

    perfect

Tags for this Thread

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
  •