CalebUsadi
CalebUsadi
I'm still having a little bit of a problem. When I run ```shell pkg> add https://github.com/tonyhffong/Lint.jl/ ``` `Lint v0.5.2+ #master` is installed. This appears not to be version 0.6.0, and...
@logankilpatrick No changes! Is there a way to verify that perhaps the package itself _is_ 0.6.0?
For some reason I'm still ending up with Lint v0.5.2+. Not sure why, or how to resolve it. Did you mean `rm Lint`?
Okay, I think I fixed it. I added `.rstrip("\r")` to line 9 of fabfile.py, and I changed `env.hosts` to `env.host_string`. Line 13, replaced `rstrip("\"")` with `rstrip("\r")`
Actually, reopening. What is the default user/password pair for the vagrant image? The default appears to be vagrant/vagrant usually, but that doesn't appear to work. It asks me to enter...