解決策のご提示ありがとうございます。
結果から申し上げますと、ご提示の方法では
chainer-cuda-deps のインストール時にpycuda の(再?)インストールと思われる箇所で
エラーが発生してしまいました。
>
> c++ -pthread -shared -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/wrapper/_pvt_struct_v2.o -o build/lib.linux-x86_64-2.7/pycuda/_pvt_struct.so
> running install_lib
> creating /usr/local/lib/python2.7/dist-packages/pycuda
> error: could not create '/usr/local/lib/python2.7/dist-packages/pycuda': Permission denied
>
> ----------------------------------------
> [31mCommand "/usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-b3P9or/pycuda/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-qPTZ3P-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-b3P9or/pycuda [0m
> ]0;xxxxxx-test@Titan-X-01: ~/chainer/examples/mnistxxxxxx-test@Titan-X-01:~/chainer/examples/mnist$
>
ご提示の方法の場合、chainer-cuda-deps のインストール時に
pycuda とscikit-cuda は自動的に再インストールされるようにも見えますが、
別途インストールが必要だったりするものでしょうか。
インストールのやり方によってご提示の方法が通じない場合もあるのかもしれません。
とりあえずPYTHONPATH が正しく設定されているかを見直したいと思います。
また何か分かりましたら再度投稿いたします。
以上、よろしくお願いいたします。
2015年8月15日土曜日 2時15分44秒 UTC+9
hid...@gmail.com: