Bluehost Web Hosting Help
Install Python 2.7 to your account
- Overview
- Download up to the latest Python version 3.9.2
- Python Installation
- Modify the .bashrc
- Configuration Error
Overview
Bluehost 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 844-303-1810 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 iEnter:
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.
Recommended Help Content
Install WordPress using Marketplace
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.
If Your Local IP is Blacklisted
This article outlines what to do if you find your local IP address has been blacklisted.
How To Install A New WordPress Theme - Manual Theme Installation
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
Related Help Content
WordPress Install Without Automatic Database Creation
This article explains how to install WordPress when Mojo is unable to create the database automatically.
Installing phpBB using Marketplace
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
Logging in and Using WordPress: Installing Plugins
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
Installing Application using Marketplace
How to install a program using MOJO Marketplace.
Account Validation
When you call in for help with your account, the account must be validated before our support staff can assist.
Ruby Gems Installation
How do I install my own Ruby Gems?
VPS or Dedicated Hosting - Installing Java
How to install Java in a dedicated server.
VPS or Dedicated Hosting - Reseller Account Transfers
To help with transferring of accounts from other servers to your account.