Ubuntu Servers :: Changing Default Version Of Python In Lucid 10.04
Sep 17, 2010
how you change the default version of python in Lucid. Lucid comes packaged with 2.6 but we use 2.5 where I work. I didn't see much of anything on the web for this topic so figured I'd post something. If you are installing python2.5 on Lucid version 10.04 (comes package with 2.6 only)
View 1 Replies
ADVERTISEMENT
Jul 2, 2011
I am currently doing a tri-boot (using refit) with Linux, Windows, and OS X. I was wondering if it was possible to change up the boot loader for Linux. I basically wanted grub to not pop-up and just boot the default version of Ubuntu. Also the boot loader comes up with the options to boot Windows and OS X and I was wondering if it would be possible to remove those from the list as well?
View 4 Replies
View Related
Oct 27, 2010
in ubuntu 10.10, I have installed python 2.7. I would like to use apt-get to install packages to this version of python but I haven't been able to figure out howThings I have tried without success:changing the symlink at /usr/bin/python to point to /usr/bin/python2.7 - even after doing this apt-get still installs stuff to python2.6.Set up python2.7 as the primary alternative using update-alternatives - doesn't work
View 3 Replies
View Related
Sep 28, 2010
I was using ubuntu 10.04 till yesterday.. and due to hdd crash i have changed my hdd.
while looking for my installation disc, my wall-mate gives me this Ubuntu Studio dvd and instead of downloading a new one, i have installed the studio. at the first sight ... i am being a fond of studio version .. its really cool.
now, i am quite habituated with default appearance of ubuntu, i found studio appearance is quite unusual (for me, menu layouts, panel everything).
I would like to know how do i change this default appearance like ubuntu default 10.04 appearance. I am attaching a screen-shoot of my friends desktop, he upgraded his ubuntu thru apptitude update.
View 9 Replies
View Related
May 18, 2010
accidently deleated ubuntu lucid default theme,and lost the default user logon,it's now flat and gray.how to get it back?i still have the background, not the user logon
View 8 Replies
View Related
Oct 24, 2010
in maverick the default package installer (when I double click on a .deb) is Ubuntu Software Centre, how can I make the default package installer from lucid (was it called "dpkg"?) the default again? Ubuntu Software Centre is too slow and freezes every time I click on something, can it be replaced?
View 2 Replies
View Related
Aug 19, 2011
I have a big fortran code for FE analysis. I want to change the code to python. I am curious to know, whether I will get any advantage over speed, If not at least the speed should not be less than what fortran gives. Should I go for it.
View 2 Replies
View Related
Jun 11, 2009
What is default socket name and version in redhat linux with kernel version 2.4-20-8.
View 1 Replies
View Related
Jul 7, 2010
I need to know what version of python I am running. I am running ubuntu 10.04 and am going to be downloading wxpython but need to know what version of python I am running.In php there is a built in command phpinfo() that tells you everything you need to know about your installation of php, does python have something like this?Also, learned of python 2.7 today, I am currently learning python and am wondering if i should go ahead and upgrade or wait??
View 3 Replies
View Related
Jun 3, 2011
I need to know how to make a program use a version of python older than the newest one. I am trying to run the Traipse fork of OpenRPG. Through their forums, I have learned that one of my problems is that I am running too new a version of python. I have python 2.7.1 installed.
I also have python2.6.6 installed, so I should be able to use that. My first thought was to uninstall 2.7.1 and just use the older version. The problem is that if i uninstall 2.7.1, it wants to also uninstall all the packages dependent on that program. Let's face it, in Natty Narwhal, that is pretty much everything.
Do you know how to force Traipse make it use the 2.6 version?
View 2 Replies
View Related
May 13, 2010
I want to install OpenERP software which requires python 2.5 ,but my fedora 11 is having the python 2.6 installed by default, how can I downgrade the python 2.6 to 2.5 version. Also I need to know which version of yum is compatible with python 2.5 version.
View 3 Replies
View Related
Oct 26, 2009
This may sound a bit of an awkward question, but I have this app, Salome-Platform, [URL], It requires Python 2.5 at most to be able to run. (Compiling it is way to complex.) Since the Python of Slackware is 2.6, can it be downgraded to 2.5...? If it can, how do I do it...?
View 15 Replies
View Related
Apr 9, 2010
i got per default python 2.6.2 on my fedora 12. how can i install the newest version python 3.1.2?
View 2 Replies
View Related
May 4, 2011
I need to add python2.6 to RHEL55/SL55 that is based on python2.4.3 to utilize the full functionality of another program. Since I already killed one system by replacing the default python version (previous tread), I asked developers how to safely enable already installed 2.6 without crashing the system. Here is the
You could install 'python26' from EPEL[1], presumably this does not break /usr/bin/python since it installs the new version as /usr/bin/python2.6.
View 1 Replies
View Related
Oct 30, 2010
I have debian SID,my repository has libapache2-mod-python version 3.3.1-9+b1 and python 2.6.6-6 No, i configured my apache and restarted my apache, but i saw following errors in the apache's log file:
[Sat Oct 30 15:14:06 2010] [error] python_init: Python version mismatch, expected '2.6.5+', found '2.6.6'.
[Sat Oct 30 15:14:06 2010] [error] python_init: Python executable found '/usr/bin/python'. [Sat Oct 30 15:14:06 2010] [error] python_init: Python path being used '/usr/lib/python2.6/:/usr/lib/python2.6/plat-linux2:/u
i can't downgrade my python and my libapache2-mod-python is last version.
View 1 Replies
View Related
Apr 18, 2011
I installed a newer version of python in /usr/local/bin/python2.6. Now I want to use that python and only that one. When I type "Which python", I want to see /usr/local/bin/python2.6, NOT /usr/bin/python, which is old one (2.4). Also, I want to see the same even after I reboot. How do I do that?
View 2 Replies
View Related
Apr 13, 2011
I'm on Debian Lenny. I've built and installed python-3.2 in /opt/python-3.2. Then i want to build and install pygtk, pycairo with /opt/python-3.2 and install them in that folder and not to use system default python (which is python-2.6) for their build process.
How do I tell pygtk and pycairo 's configure and makefile script to use /opt/python-3.2 's interpreter, include file and library for their build process(and not the system default python)?
I tried doing ./configure --help in pygtk folder but there was no option for specific non-system default python's folder location. Anyone has any ideas?
View 3 Replies
View Related
Sep 29, 2010
When i try to run pitivi i get the following message and it closes down. "Install a version of the GStreamer Python bindings greater or equal to 0.10.19" without the quotes.What do I need to do? Where is the deb package for gstreamer needed?
View 9 Replies
View Related
Mar 14, 2011
I currently have UNR dual booted with Win7 on my Netbook. I'm thinking about changing to another version of Linux (maybe Cruncheee) by overwriting the UNR partition with a different distribution.
My concern is that doing so will screw up grub. So I just wanted to make sure that if I got rid of the Linux partition I have now, there will still be a boot-loader in place on the computer.
View 1 Replies
View Related
May 1, 2010
Just did a nice new fresh install of Lucid, and I wanted to change the login screen. I've found a few tutorial on how to change the background image, but I want to change the entire thing.You used to be able to do this through the System > Administration > Login Screen dialog, but now you can't
View 9 Replies
View Related
Aug 1, 2010
I can change the background but I have been trying to change the login itself.
View 2 Replies
View Related
Sep 23, 2010
after having some boot issues not so long ago, i was pointed in the direction of rescatux, which solved my problem at the time. now im having a number of other issues. i am dual booting isodora mint and lucid ubuntu.when my lucid distro is working, it often becomes totally unresponsive during everyday tasks and when i go to restart (or any of the other options) from the shut down menu, i get the window appearing blank.upon rebooting (by pressing ENTER, which works even though there are no buttons within the window), it tells me to either insert boot media or there is a grub failure. this happens almost every session on the computer.
on the times when it says 'insert boot media', generally speaking turning it off for an extended period tends to work. the times when a grub failure occurs, going through rescatux's rescap leads to no other partitions being identified at least 90% of the time.is this something that anyone recognizes the signs for and can offer me a solution? or does this sound like an intermittent hardware problem?
View 9 Replies
View Related
Apr 28, 2010
I'm running Lucid (all updates) with an ATI Radeon 3100 video ini a Toshiba Laptop.
I was troubleshooting a problem with XBMC, and tried disableing the propriatary ATI driver. Now ubuntu will not boot. I've tried recovery mode, and it gets to:
Code:
And nothing else. I've tried CTRL-ALT-F1 and BACKSPACE, and nothing happens. I know that I just need to re-enable to ATI driver, or possible reconfigure X, but I can't figure out how at this point.
View 5 Replies
View Related
Jan 4, 2010
im looking to allow virtualbox raw disk access to /dev/sdb
currently if i
ls -l /dev/sdb
brw-rw---- 1 root disk 8,2010-01-04 17:00 /dev/sdb
now if i chmod this to 777 or use chown to change the owner this temporarily works but after a few moments it defaults back to its original permissions.
is there a way i can define the permission? i was thinking fstab but i can't have a mount point?
View 5 Replies
View Related
Jun 21, 2010
I am using Xampp on ubuntu 10.04 and I have set my document root to a folder in my home directory for ease of use with netbeans. There are several times where I have to manually go and change the permission to 755. If you just place a file in the directory it does not default to 755, seems odd since the document root folder is in my home directory. Chmod works fine but I was wondering is their a way to make all files or folders added to my document root to default to 755?
View 2 Replies
View Related
Mar 15, 2011
I'll use i3-wm, just want to know how can I start it instead of gnome using startx.
By the way, where can I get detailed info on X? I am a little confused, don't really understand what startx really starts, what X is and what does it do, how to config.
View 9 Replies
View Related
Jul 19, 2010
How do I change the default operating system in Grub? I'm running Ubuntu and Windows 7.
View 3 Replies
View Related
May 2, 2011
i wonder is any way available for replacing bluetooth manger of lucid with natty one?cause as i concerned natty bluetooth manger recognized my corby samsung mobile as a gprs modem while lucid wont.
View 3 Replies
View Related
Feb 22, 2010
I have a Toshiba NB 205 Netbook. It is currently dual boot with Win 7 and UNR (9.10). The default OS is Win 7. I would like to leave the machine as dual boot, but make UNR the default boot OS, so that I don't have to babysit the machine and choose UNR every time I reboot the machine. BTW, I am delighted with UNR! What a great OS. Really like how it plays so nicely with Firefox. And much faster than Win 7.
View 1 Replies
View Related
Feb 24, 2010
I know how to install icons but i do not want to do it that way because almost all of the icons pack out there are incomplete leaving some of my programs with no icons if i install it.
Now i want to use ubuntu icon but i just want to change the icons of the folders only. Can anybody direct me to the folder where the default ubuntu "Humanity" icons are stored?
I only want to replace the humanity folder with the new folder icon which i found.
View 1 Replies
View Related