-
Notifications
You must be signed in to change notification settings - Fork 43
Unable to run on a fresh install, "Unable to find an inventory file" #37
Comments
@OldhamMade when I install fresh, the file gets put into |
I've worked round the problem by symlinking |
Fresh El Capitan install. Installed Homebrew, installed python, pip installed battleschool. I get the same as above. |
+1, I think this might be related to the SIP https://en.wikipedia.org/wiki/System_Integrity_Protection Tried to hack things and got something to work at least.
I hacked together the hosts file in
What is the default hosts file that battleschool generates? But basically the main problem here is that the hosts file is living under Not sure what the long term solution is here... maybe we should include a |
@fearoffish I think it's not a big issue. You can fix this on fresh install on El Capitan with installed battle school: cd ~ && mkdir .battleschool
cat /usr/local/lib/python2.7/site-packages/usr/share/battleschool/defaults/hosts > .battleschool/hosts
battle -i .battleschool/hosts |
fixed via ae22fb6 |
Trying to use battleschool on a brand new install, but I'm getting the error below. Steps I followed to get to this point:
curl -Ls https://bootstrap.pypa.io/get-pip.py | sudo python
sudo pip install battleschool
Then (using the example file from the docs):
Unable to progress past this point.
/usr/share/battleschool/defaults/hosts
doesn't exist, actual location is/Library/Python/2.7/site-packages/usr/share/battleschool/defaults/hosts
The text was updated successfully, but these errors were encountered: