Install Python 2.7 to your account
If you are using assistive technology and are unable to read any part of the HostMonster website, or otherwise have difficulties using the HostMonster website, please call 866-573-HOST and our customer service team will assist you.
Skip to main content

HostMonster Web Hosting Help

Install Python 2.7 to your account



Overview

HostMonster uses the preinstalled version of Python that ships with CentOS. Because of this, it is often not the latest release. This article will explain how to install an updated version of Python locally.

Note: In order to install Python locally, you will need to be added to the Compiler group. Please contact our Support at 866-573-4678 (ext. 2) to request you be added to the Compiler group before proceeding.

Download up to the latest Python version 3.9.2

Enter the following commands to download and extract Python 3.9.2 to your hosting account. You can also use this reference Index of Python.org/ftp/ to get your preferred version.

            mkdir ~/python
            
            cd ~/python
            
            wget http://www.python.org/ftp/python/3.9.2/Python-3.9.2.tgz
            
            tar zxfv Python-3.9.2.tgz
            
            find ~/python -type d | xargs chmod 0755
            
            cd Python-3.9.2
            

Python Installation

Once extracted, you can use the following commands to configure and install Python.

            ./configure --prefix=$HOME/python
            
            make
            
            make install

Modify the .bashrc

For your local version of python to load, you will need to add it to the .bashrc file.

            vim ~/.bashrc
Press i

Enter:
            export PATH=$HOME/python/Python-3.9.2/:$PATH
Write the changes (press ESC) and close vim:
            :wq
Press Enter
            source ~/.bashrc

Note: You may need to log out for the environment to update.
Enter python -V to check the version of python installed.

Configuration Error

            configure: error: in `/home2/tomstec2/Python_3.9.2/Python-3.9.2':
            configure: error: no acceptable C compiler found in $PATH
            See `config.log' for more details

Important Note: If this configuration error occurs when you attempt to configure python with ./configure --prefix=$HOME/python, this means that your cPanel user is not added to the C compiler group on the server. 

Knowledgebase Article 193,850 views bookmark tags: python


Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

We provide a program which makes it very easy to install third party scripts to your hosting account. If you want your website to have a WordPress blog, you can use MOJO Marketplace to install WordPress.
Getting Started Article 1,130,358 views tags: blog install scripts simple wordpress

This article outlines what to do if you find your local IP address has been blacklisted.
Knowledgebase Article 190,064 views tags: access addresses anti blacklist blacklisted blocked denied ip local malware

Install Themes These steps will help you install and select a WordPress theme for your blog. Inside the WordPress Dashboard, select the Add New Themes link in the Appearance Menu. You can search for
Getting Started Article 850,205 views tags: install link theme themes wordpress

Related Help Content

This article explains how to install WordPress when Mojo is unable to create the database automatically.
Knowledgebase Article 199,229 views tags: MOJO automatic database install wordpress

To install a phpBB forum using MOJO Marketplace, log into the cPanel and scroll down to the Software/Services category. Click on the MOJO Marketplace icon. Click on the phpBB icon. Click the Install Now bu
Getting Started Article 595,701 views tags: MOJO checkbox install phpbb terms

Install Plugins These steps will help you install and select a WordPress plugin for your blog. Inside the WordPress Dashboard, select the Add New link from the Plugins menu. You can search for a plug
Getting Started Article 357,106 views tags: blog install link plugin wordpress

How to install a program using MOJO Marketplace.
Getting Started Article 334,843 views tags: install program programs script simple

When you call in for help with your account, the account must be validated before our support staff can assist.
Knowledgebase Article 133,434 views tags: account security support validate validation

How do I install my own Ruby Gems?
Knowledgebase Article 194,842 views tags: gem install ruby

How to install Java in a dedicated server.
Knowledgebase Article 175,874 views tags: dedicated install java server yum

To help with transferring of accounts from other servers to your account.
Knowledgebase Article 223,774 views tags: account dedicated multi multiple reseller single transfer whm

This site utilizes JavaScript to function correctly. Looks like it's disabled on your browser. Please enable it for your best experience.

For instructions on enabling JavaScript, click here