-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python exception on installation #41
Comments
Then I've tried uninstall.py and it first failed because /etc/critic wasn't created.
Looks like uninstall misses some stuff. |
Which distro where you trying to install on when you saw the original install.py crash? As a temporary workaround until uninstall.py is improved, you might be able to completely remove critic and loose all data etc using this nasty sledgehammer:
|
replace molsson and ~/src/critic with your equivalents ofc |
Using Ubuntu 13.04. |
Ubuntu 13.04 is certainly a well-tested and supported OS. Or at least the "server" variant is. Odd that you should have a problem with it. Can you check if you have an (executable) /bin/sh? |
I found out what's the problem. It's the fact that cloned repo had CRLF line endings (apparently autocrlf = true is not a good default on linux). Works fine with "false" and cloning again. |
The text was updated successfully, but these errors were encountered: