I\'m trying to run Caffe in it\'s Python interface. I\'ve already run the command make pycaffe in the caffe directory and it worked fine. Now, when I run the comman
make pycaffe
You need to add Python Caffe to PYTHONPATH. In your case: export PYTHONPATH=$PYTHONPATH:/home/pras/caffe/python