In my .bashrc I added the following:
export PYTHONPATH=$PYTHONPATH:/home/tbao/src/Cython-0.14.1
When I relogin, I get the error:
-bash: /home/tbao/src/Cython-0.14.1: is a directory
I want to add the the directory to my pythonpath, but I can't. What am I doing wrong?