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
More than 40,000 techies are part of our ARKIT community. Join us today and keep learning Linux, Cloud, Storage, DevOps, and IT technologies.