* Tim Johnson <[email protected]> [110325 14:39]: > * Shawn Milochik <[email protected]> [110325 14:30]: > > Use virtualenv and save yourself a lot of trouble. > Setting system paths is not a lot of trouble for me. It is just > that I have not had to use .pth files for years, on my workstation > I address sys.path directly > > http://pypi.python.org/pypi/virtualenv > > > > Also, if you're starting a new project I highly recommend you use Django > > 1.3. > > > > Shawn > Shawn, I am reluctant to use your advice on this netbook with the > 'pocket' slax OS. Certainly I would consider it on my workstation. > Also, I am not starting a new project, I'm just going to work thru > some tutorials, so I must repeat my original question. > thank you
Understand that I am working with a low-resource computer (asus netbook) and a low-resource OS (slax). Here is what I did: In the ~/.profile file, I set the PYTHONPATH variable as set PYTHONPATH=/usr/local/bin/python25/site_packages/django Note: the statement above may contain a typo as I am writing from my workstation, not the asus netbook, where I wrote the code. And Shawn, I will have a look at virtualenv, thanks for that tip. -- Tim tim at johnsons-web dot com or akwebsoft dot com http://www.akwebsoft.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

