a little help for a bash newb please
Posted by: sri
Posted on: 2006-05-27 19:35:00
first of all,im totally sorry for bothering u guys,but im a complete newbie to this ,just learning things
and i dont know why i thought i could so,but im trying to install djabgo onto my blog,following this post
http://www2.jeffcroft.com/2006/may/11/django-dreamhost/
iv got a little far, till where i need to add these to my bash_profile file
export PATH=$PATH:$HOME/django/django_src/django/bin
export PYTHONPATH=$PYTHONPATH:$HOME/django/django_src:$HOME/django/django_projects
and then im supposed to source it
source ~/.bash_profile
But just after i do that it shows a
": octal number out of range" on my shell.
im not sure whats causing this, because unless it sources it, my understanding is that id not be able to have any python binding into the shell,
please help me out a little bit as im just learning these things,,
my bash file at present looks like this after adding those export lines
# ~/.bash_profile: executed by bash(1) for login shells.
export PATH=$PATH:$HOME/django_src/django/bin
export PYTHONPATH=$PYTHONPATH:$HOME/django_src:$HOME/django_projects
umask 002
PS1='[h]$ '
am i putting those 'export' lines in the correct place ?