Tony Narlock
                                            Tony Narlock
                                        
                                    @kmatt thanks for that. Can you give me your ``python -v``?
Yeah I see that happen with Anaconda. Let me update the libvcs version
``pip install -U vcspull``. Does that help?
What output do you get? What OS are you on? What does `vcspull` without any additional arguments give you?
Can you tell me the output of `cat ~/.vcspull.yaml`?
There is a file called `~/.vcspull.yaml` where you would put the repo(s). Here is an example of my own: https://github.com/tony/.dot-config/blob/master/.vcspull.yaml
Yep people have been saying I could document this project better. This is one of those projects I've long struggled conveying value / usage of. I updated the README to...
Can you give an example so I can be sure Do you mean a relative file path?
Tests need to be added for this.
@rogerioefonseca @aschleifer It is in the early stages, under the hood I am updating/untangling libvcs to address this. 1. libvcs `run()` will support deferred execution and return a class so...