Vundle.vim: cannot open temp files

Created on 8 Jul 2013  路  8Comments  路  Source: VundleVim/Vundle.vim

I followed the installation instructions but I just always get:

Processing 'Valloric/YouCompleteMe'
Error detected while processing function vundle#installer#run..vundle#installer#instal
l_and_require..vundle#installer#install..<SNR>19_sync..<SNR>19_system:
line    1:
E484: Can't open file /var/folders/fk/mt9zfm3n2853v1pcy0q3y25h0000gp/T/vGZINDe/7

And similar messages.

I'm on MacOSX.

Most helpful comment

set shell=/bin/bash in my .vimrc fixed it also for me. This should be put in the README.

All 8 comments

Seems like the same as #175. I'm using the Fish shell.

set shell=/bin/bash in my .vimrc fixed it also for me. This should be put in the README.

It's in the wiki already.

Question 4:
https://github.com/gmarik/vundle/wiki

i has the same problem , but i'm on Win32.

the cause of my problem is option shellslash is set by a plugin which i've not found.

so if i run " let &shellslash=0"
then everything is ok.

@scil: Thanks! For me, it was klen/python-mode. I reported the issue: https://github.com/klen/python-mode/issues/360.

@scil: thanks for resolving my issue on Windows.

This issues shoud be closed.

@Shougo I agree. The original issue is closed and added to the faq and so is the second shellslash issue with recent merge. No need to have any more comments here. Closed.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

genokan picture genokan  路  4Comments

unode picture unode  路  5Comments

bmyell picture bmyell  路  5Comments

sus007 picture sus007  路  5Comments

audreytoskin picture audreytoskin  路  5Comments