Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

OSError: [Errno 2] No such file or directory and others errors #34

Closed
patrickmaciel opened this issue Nov 7, 2012 · 2 comments
Closed

Comments

@patrickmaciel
Copy link

Today, when I update my Ubuntu 12.10 x64, I receive this message:

Traceback (most recent call last):
  File "/bin/vcprompt", line 672, in <module>
    prompt = main()
  File "/bin/vcprompt", line 226, in main
    output = vcprompt(options)
  File "/bin/vcprompt", line 179, in vcprompt
    conf = vcs(options)
  File "/bin/vcprompt", line 621, in svn
    process = Popen(command.split(), stdout=PIPE, stderr=PIPE)
  File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

My prompt is: PS1="\n\u@\h:\w $(vcprompt -f '%b%m%u')\n> "

Anyway, thanks.

@djl
Copy link
Owner

djl commented Nov 7, 2012

Hmm. It looks like you don't have Subversion installed (or it's not in your $PATH). Are you sure you have Subversion installed?

In any case, a missing binary should not cause the entire thing to fall on it's face. I'll need to fix that.

@patrickmaciel
Copy link
Author

It is just that! (I was embarrassed now)
Anyway, unfortunately I accessed the folder, which is an old project using SVN.

But currently only use the GIT.

Anyway thanks for the quick response.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants