element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum RASPBERRY PI - LOADING NEW ITEMS
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 4 replies
  • Subscribers 665 subscribers
  • Views 325 views
  • Users 0 members are here
  • raspberry_pi
Related

RASPBERRY PI - LOADING NEW ITEMS

Former Member
Former Member over 12 years ago

I have just bought a rasberry pi with a preloaded sd card which includes python V2.6.6.  However I want to dowload version 3.2 as the book I have purchased has programs written in this version.  How do I get this new version onto the SD card so it comes up on the program list when the raspberry pi is booted up?  I am new to programming so the instructions need to be easy to understand.

 

Thanks

 

Stephen Richards

  • Sign in to reply
  • Cancel
  • morgaine
    morgaine over 12 years ago

    It took a slightly contrived search to narrow the results down to exactly what you need, but this worked:

     

    apt-cache --names-only search python  |  grep '^python3\.2'

     

    and it delivered this set of results:

     

    python3.2 - Interactive high-level object-oriented language (version 3.2)

    python3.2-dbg - Debug Build of the Python Interpreter (version 3.2)

    python3.2-dev - Header files and a static library for Python (v3.2)

    python3.2-doc - Documentation for the high-level object-oriented language Python (v3.2)

    python3.2-examples - Examples for the Python language (v3.2)

    python3.2-minimal - Minimal subset of the Python language (version 3.2)

     

    So in a nutshell, just "apt-get install python3.2" (and any other of the above packages you might want), and Bob's your uncle. image

     

    Morgaine.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 12 years ago in reply to morgaine

    Thanks for your response, r u saying I type "apt-get install python3.2" into my raspberry pi? What program do I need to be running and do I need to have it connected to the internet?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • morgaine
    morgaine over 12 years ago in reply to Former Member

    Yep, just that single command will do it.  Any required dependencies will be installed by apt-get automatically beforehand.  It'll probably ask you whether it's OK to download that amount of stuff first, because it'll be quite a few megabytes.

     

    The command has to be given to a root shell, so if you'e currently logged in as user "pi" then prefix the apt-get command with "sudo".  If you're logged in as root already then you don't need the "sudo".

     

    And yes, your Pi has to be connected to the Internet because the packages are not present on your local Pi but on remote repositories, and so they have to be downloaded.

     

    Morgaine.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 12 years ago in reply to morgaine

    I wasn't able to do download python 3.2 using the command above but have downloadeded it to the pi desktop.  How to I now run the program?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube