Thursday, 27 February 2014
Labels:
Tutorials
Hello Friends,
This Tutorial Will guide you on that how to install Python 2.6 or python2.6-dev in Ubuntu 12.04 LTS (Precise),
While using some tools in Ubuntu we required specific packages in order to operate them
I had consumed alot of time in order to figure that problem out :D
but the solution was easy well,
when we try to install python2.6-dev using terminal by this command
Installing Python 2.6-dev in Ubuntu 12.04 LTS
Posted by
Unknown
at
01:24
Hello Friends,
This Tutorial Will guide you on that how to install Python 2.6 or python2.6-dev in Ubuntu 12.04 LTS (Precise),
While using some tools in Ubuntu we required specific packages in order to operate them
I had consumed alot of time in order to figure that problem out :D
but the solution was easy well,
when we try to install python2.6-dev using terminal by this command
"sudo apt-get install python2.6-dev"
We got error something like "E: Unable to locate package python2.6-dev
E: Couldn't find any package by regex python2.6-dev"
E: Couldn't find any package by regex python2.6-dev"
SOLUTION :
1) Open your terminal
2) Just Add a PPA to your repository by using command
"sudo add-apt-repository ppa:fkrull/deadsnakes"
3) After adding a PPA to your Repository just run the following command to download Python
"sudo apt-get install python2.6 python2.6-dev"
And Voila Problem Resolved if still you are having problems just ping a comment Below thanks for reading.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment