CentrioHost Blog

Stories and News from IT Industry, Reviews & Tips | Technology Blog


Installation of python from source code on centos 7

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics.Python’s simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance.

My intention here is to make python accessible from the command line.

Before installation,just update the software packages in the server using the below command.

#yum update

Now change the directory according to your choice inorder to download the source file.

#cd usr/local/src/

Download the source file using the following command,

#wget https://www.python.org/ftp/python/3.6.4/Python-3.6.4.tar.xz

Extract the downloaded using using tar command as,

#tar -xJf Python-3.6.4.tar.xz
#cd Python-3.6.4

Now its time execute the well known command configure

#./configure 

Run the following commands to install python into the server.

#make
#make install

After the python is compiled and installed,access python from terminal and start coding.

# python3 -V
Python 3.6.4
#python3.6
Python 3.6.4 (default, Apr 12 2019, 10:16:39) 
[GCC 4.8.5 20150623 (Red Hat 4.8.5-36)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> f=5
>>> print(f)
5
>>> 

Subscribe Now

10,000 successful online businessmen like to have our content directly delivered to their inbox. Subscribe to our newsletter!

Archive Calendar

SatSunMonTueWedThuFri
 123
45678910
11121314151617
18192021222324
25262728293031

Over 20000 Satisfied Customers!

  • web hosting reviewer
    Valerie Quinn
    CTO, Acteon Group

    Centriohost staff were fantastic, I had a concern with a domain and they got back to me very quickly and they helped me to resolve the issue! ~ . . . Read more

  • Joomla hosting reviewer
    Collin Bryan
    Photographer, Allister Freeman

    I'm using centrio for my portfolio since 2006. The transition was seamless, the support was immediate, and everything works perfectly. ~ . . . Read more

  • dedicated server reviewer
    Harry Collett
    Actor, A&J Artists

    Very easy to understand & use even though I am not very technologically minded. No complications whatsoever & I wouldn't hesitate to recommend it to all. ~ . . . Read more

  • vps web hosting reviewer
    Porfirio Santos
    Technician, Diageo PLC

    Centrio support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Centriohost have been amazingly responsive and helpful to any of my queries πŸ‘πŸ‘πŸ‘ ~ . . . Read more

  • wordpress hosting plans reviewer
    Catherine Auer
    Doctor, SmartClinics

    Anytime I've had a problem I can't solve, I've found Centriohost to be diligent and persistent. They simply won't let an issue go until the client is happy. ~ . . . Read more

  • reseller hosting reviewer
    Effectivo Social
    Freelancer, Fiverr

    Recommend their shared hosting for all my SME web design clients. Their cloud or VME offerings are too great to deal with. Pricing is perfect and suitable for all users (Ν β‰– ΝœΚ–Ν β‰–) πŸ‘Œ ~ . . . Read more

Top