After struggling more than 6 hours, I decided to ask for help.
Mission: To create a project with the help of Django
Tools: Windows Vista, Putty SSH
Loca
Add django path to your $PATH
.
Change you ~/.bashrc
to
# .bashrc
export PATH=$HOME/.local/bin:$HOME/.local/usr/bin:$HOME/Django-1.5/bin/:$PATH
#User specific aliases and functions
alias mv='mv -i'
alias rm='rm -i'
alias cp='cp -i'
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
~
~
Modify your .bashrc
PATH entry to look like:
export PATH=$HOME/Django-1.5/bin/:$HOME/.local/bin:$HOME/.local/usr/bin:$PATH
And reload your .bashrc
by doing:
# . ~/.bashrc