Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 19 Online
OpenStudy (anonymous):

um what if I run off lunux :(

OpenStudy (bibby):

Congratulations: you're probably running free software! Your computer is well on its way toward the ethical ideal!

OpenStudy (anonymous):

lol thank you but will I be able to run Python on wine

OpenStudy (bibby):

Why would you use wine? Python does work on linux

OpenStudy (anonymous):

ok thank you I have not tried any thing I just wanted to make sure big help thank you :)

OpenStudy (bibby):

What distro are you running? Is it a school computer?

OpenStudy (anonymous):

Im using mint and yes it

OpenStudy (bibby):

dunno how the mint package manager works but yes, http://community.linuxmint.com/software/view/python Python is packaged for mint. The worst you'll have to learn is how to compile on the command line I think

OpenStudy (anonymous):

Thank you :)

OpenStudy (anonymous):

You can install python on any debian derivative(which Mint is) by running this command in the terminal: sudo apt-get install python It will require you to enter your password however.

OpenStudy (anonymous):

hey thank you I found out it was already installed as a package I cant wait to start this course :)

OpenStudy (e.mccormick):

And no need to put a :( after saying you are on linux in the question! We are not OS specific on OS! LINUX, Windows, and yes, even MacOS people are welcome here. Many of the C/C++ questions have been by Mac users. Python covers the range. We have .NET users on Windows. Etc.

OpenStudy (anonymous):

Just a fellow Linux user chiming in. You may have to specify the proper version of Python and IDLE to install for this course. Linux Mint Debian Edition requires the use of: sudo apt-get install python2.7 (or alternatively python2.6 works as well)

OpenStudy (anonymous):

As a simple test open a terminal and type python. What does it say?

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!