You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Today, when I update my Ubuntu 12.10 x64, I receive this message:
My prompt is: PS1="\n\u@\h:\w $(vcprompt -f '%b%m%u')\n> "
Anyway, thanks.
The text was updated successfully, but these errors were encountered: