On Tue Jan 27 12:12 , DragonSlayre sent:
>
>Thanks Waylan -
http://achinghead.com/archive/83/installing-multiple-versions-python/
>is just what I needed.
>
>Thanks Shaleh,
>
>I appreciate the detailed explanation :)
>Yes - the shell is something that I have to get more familiar with -
>I've only really recently started using ubuntu for development so am
>on a bit of a learning journey.
>
We learn something new everyday. When we stop learning we stop growing. Stop
growing and you are as good as dead (-: The book I linked to should really help
you on this journey. GUIs are very useful but sometimes getting your hands dirty
on the command line is a good thing. (-:
>So it seems pretty easy to invoke the version of python I want to use,
>and using symbolic links make sense (especially after seeing Waylan's
>link).
>
>Just a couple of questions:
>
>I didn't quite get what you were referring to with the Django command
>line tool, and Django scripts - are you talking about django-
>admin.py ?
yes, that is what I meant.
>When you install a python package from the package manager or using
>apt-get, is there some way to tell it to install into a specific
>version of python, or does it use the python symlink /usr/bin/python,
>or something else? - Waylan installed easy_install for each python
>version in his example (so he could install packages for different
>python versions).
>
Typically, if a python library package is tied to a specific python version the
version will be in the package name. For instance idle-python2.4 and
idle-python2.5. Otherwise, the package will install into a generic python
accessible location and be available to all version of python installed. Look at
/usr/lib and /usr/share. You should see multiple directories with the word
'python' in their name. Digging through their contents should make things more
clear.
I have never played with easy_install, so I can not comment on how that would
interact with prebuilt Ubuntu packages. I usually use Debian's unstable version
aka Sid. unstable in this case is the scientific definition meaning often
changing and not the more common usage of might break at any moment (-:
One more helpful tip. Go to the python.org website. There is a mailing list
there
called 'python tutor'. It is meant for all kinds of Python newbie questions --
ask about code, ask about packages, whatever. The people on the list have been
there for quite a few years and will be very careful to explain things (-: Just
the archives from that list may be helpful to you, depending on how you learn
new
things.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---