Since Python 3.0 you have to write:
print("Hello world!")
installation - How to install Python 3.3
Howto- Install Python 3.x in Ubuntu, Debian, Fedora & Centos
12.04 - How do I install python 2.7.2 on Ubuntu
'Hello World' , and how to exit from Python.
Python 3.2 installation on Ubuntu 12.04
Searches related to install python on ubuntu
install wxpython ubuntu
install python linux
install python on ubuntu server
install perl ubuntu
install ruby ubuntu
install php ubuntu
install c++ ubuntu
install pygame ubuntu
I need help installing Python 2.7.5 on Ubuntu 13.04
installing on Linux mint 17.2 should be the same process right? I can isntall the same apt-essential?
ReplyDeleteamigo muchas gracias me sirvio con python 3.4
ReplyDeleteI used this to install 3.4.3 on my fresh installs of Zorin & Ubuntu VM. I appreciate the tutorial.
ReplyDeleteDo I need to delet downloaded files?? Thanks
ReplyDeleteHelpful. Thanks
ReplyDeleteThanks guy!!!!!!!
ReplyDeleteThanks..very helpful
ReplyDeleteThese terminal commands should solve your problem:
ReplyDeleteFirst remove the Merge List by opening a terminal (Press Ctrl+Alt+T to launch) and run this command:
sudo rm /var/lib/apt/lists/* -vf
or
sudo rm -vf /var/lib/apt/lists/*
these command lines are interchangable
the options used are -v verbose
-v, --verbose explain what is being done
and -f force
-f, --force ignore nonexistent files and arguments, never prompt
If you are ever unsure about a command line or the options being used
always refer to the manual page for the command. These can be accessed
on the internet by searching for man and the command for example man rm
or you can access the same information by typing exactly the same
command in the terminal for example man rm instructions for quitting the
page will be at the bottom of the terminal like this
picture of man page options
Next, generate a new one by running a simple update:
sudo apt-get update
Then do,
sudo apt-get install build-essential
OK, I'm following the tutorial and after extracting the python and running ./configure you tell me to install build-essential first. I have not ran 'make' or 'make altinstall' yet. How do I back out of this and start again on the install? Can I just delete the directories and start again? Thanks
ReplyDeleteThank you!
ReplyDeleteYou just got a new subscriber =)
ReplyDeleteGreat Video...now I can start learning Python!
ReplyDeleteThank you it was really helpful tutorial
ReplyDeletehow can i open the IDLE?
ReplyDeletei installed it and if i type python3.5 in the command line it works but why don't i have the idle?
ReplyDeletewas very good helped me to install 3.5 I took a class a few months ago on this but got discouraged because the instruction was bad. This was really good
ReplyDeleteGreat help!!
ReplyDeletesharemods eror
ReplyDeleteThank you.
ReplyDeletethanks, im a beginner and you've helped me loads!!!
ReplyDelete+conpa18dany yep
ReplyDelete