thanks for the advice, but
#set DJANGO_SETTINGS_MODULE=mysite.settings
#python manage.py syncdb --settings=settings
# ln -s /usr/lib/python2.5/site-packages/pinax /home/pubuntu/pinax
# python manage.py suncdb
#curl -o pinax-boot.py
http://svn.pinaxproject.com/pinax/trunk/scripts/pinax-boo
t.pt
#python pinax-boot.py pinax-env
#pip install -E pinax/env/ django-notification
#source bin/activate
pip install --requirement src/pinax/requirements/external_apps.txt
pip install --requirement src/pinax/requirements/libs.txt
pubuntu@pubuntu:~/comp$ python
Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> os.environ["DJANGO_SETTINGS_MODULE]="settings"
File "<stdin>", line 1
os.environ["DJANGO_SETTINGS_MODULE="settings"
^
SyntaxError: invalid syntax
>>> os.getcwd()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'os' is not defined
>>>
pubuntu@pubuntu:~/comp$ python
Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> os.environ["DJANGO_SETTINGS_MODULE]="settings"
File "<stdin>", line 1
os.environ["DJANGO_SETTINGS_MODULE="settings"
^
SyntaxError: invalid syntax
there must be something I don't have. do i have to install something?
thanks