How To Install Python3.3 Version On Ubuntu Exactly

I was working with one of the server called git-fusion and all of the sudden when i execute python scripts, it says no /usr/bin/env: python3.3 not found. To install exact version of python packages python3.3 on Ubuntu do below steps. How to install Python3.3 Version On Ubuntu.

Install python prerequisites/dependencies before installing actual package

How To Install Python3.3 Version On Ubuntu

$ sudo apt-get install python-software-properties

All dependencies will be installed. Add required repository to install python On Ubuntu

$ sudo add-apt-repository ppa:fkrull/deadsnakes

Now Get the updated information from repo using below command

$ sudo apt-get update
$ sudo apt-get install python3.3

After successful installation find the installed python version

$ python --version

That’s it you have successfully install python Version On Ubuntu. Python Site

Related Articles

Using rubygems for managing ruby packages

Jenkins Installation Steps in RHEL 7

Setting Latest Git Installation

Thanks for your wonderful Support and Encouragement

Ravi Kumar Ankam

My Name is ARK. Expert in grasping any new technology, Interested in Sharing the knowledge. Learn more & Earn More

Leave a Reply

Your email address will not be published. Required fields are marked *