I have recently had an interest to make forge mods, so like what any other person would do I watched some tutorials. So I learned I have to go through the crap of cd (Forge location) then bash install.sh. Yadadada. When I did bash install.sh it showed me an error within fml.py. So I took a look. It used python 2.0 format (e.g it used print 'Forge!' instead of print ('Forge!') So I went in and debugged it a little. It is still giving me errors like return False is incorrect or something like that. It would be great if someone could tell me a fix. (I am using mac)