Tuesday, 10 May 2016

Installing Python3.5.1 on fedora 23

Okay, here I'm going to tell how to install Python 3.5.1 using the source tar and compiling it. Using package manager is a great idea but it doesn't seem to work for me always (it will work surely in ubuntu). Sometime I try this for fedora then it cause me problem. So here I will tell you how to install python3.5.1 by compiling the source.


  • Download the python3.5.1 tar file.
  • Extract it.
  • Change Directory to the Python-3.5.1
  • write './configure' in terminal
  • write 'make' in terminal after the above command executes.
  • write 'make install' in terminal after the above command executes.


And that's it.


Enjoy :)

No comments:

Post a Comment