Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A toy for my son
#4
(Mar-27-2018, 02:18 AM)RailRoaded Wrote: well, Im leaning more towards Python 3, and despite the page on our link saying it supports 3. when trying ether of the methods to install it, it onlys sets up the library for 2.7. Is there something im missing that sets it up in 3?

If you are referring to the RaspberryPi, a linux system when using Raspian, it comes with both Python 2 and Python 3 pre-installed. Because of that, you have to specify which you are referring to. When installing libraries the command pip install name will intall version 2, while the command pip3 install name will install version 3. The same holds true when invoking Python from the command terminal. Typing python will bring up the ver.2 terminal and typing python3 will bring up the ver.3 terminal.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
A toy for my son - by RailRoaded - Mar-24-2018, 02:32 PM
RE: A toy for my son - by DeaD_EyE - Mar-24-2018, 04:43 PM
RE: A toy for my son - by RailRoaded - Mar-27-2018, 02:18 AM
RE: A toy for my son - by sparkz_alot - Mar-27-2018, 01:28 PM
RE: A toy for my son - by RailRoaded - Mar-27-2018, 04:00 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020