FastDomain Web Hosting Help
Install Python 2.7 to your account
Summary
FastDomain 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.
In order to install python locally, you will need to be added to the Compiler group. Please contact Support to request you be added to the Compiler group before proceeding.
Download Python
mkdir ~/python cd ~/python wget http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tgz tar zxfv Python-2.7.2.tgz find ~/python -type d | xargs chmod 0755 cd Python-2.7.2
Install Python
Once extracted you can use the following commands to configure and install Python.
./configure --prefix=$HOME/python make make install
Modify the .bashrc
vim ~/.bashrcPress i
Enter:
export PATH=$HOME/python/Python-2.7.2/:$PATHWrite the changes (press
ESC
) and close vim:
:wqPress Enter
source ~/.bashrcNote: You may need to logout for the environment to update.
Enter python -V to check the version of python installed.
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.
This article outlines what to do if you find your local IP address has been blacklisted.
Knowledgebase Article
90,714 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
Related Help Content
This article explains how to install WordPress when Mojo is unable to create the database automatically.
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
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
How to install a program using MOJO Marketplace.
When you call in for help with your account, the account must be validated before our support staff can assist.
How do I install my own Ruby Gems?
There are multiple different ways you can install a theme you have purchased for your WordPress site. This article will explain our two recommended methods for installation.
Knowledgebase Article
20,237 views
tags: auto automatic certified download install manual premium themes update upload wordpress

