-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Can't install python after removing osx-gcc-installer on Mavericks #25249
Comments
Xcode 5.0.2 is current:
|
Yes, but the CLT is still the same right? I also tried with Xcode 5.0.2 and got the same error. Then, decided to install 5.0.1 released on same date as CLT (october 22nd) as it is now. |
Well this shouldn't be showing up at least: We only support the most recently released compiler versions, so you will need to install Xcode 5.0.2 (and the CLT on top of that) to have a common ground to debug from. |
I've just installed Xcode 5.0.2 but still have the same problem:
The error when installing python is still the same:
|
There is still old |
I'm not sure how to remove it either. The only way I know to clean it up is to install the CLT on top of it, via |
If the version from In 10.9, |
Apparently, Clang 2.1 is under
I tried to modify the
However,
|
You've overwritten stuff on your system. Not much you can do beyond reinstalling or restoring from a backup at this point, sorry. |
The package from https://developer.apple.com/downloads will probably restore the |
If you mean to install CLT from de Developer website, I've already done it since the beginning. I guess I will have to reinstall Mavericks :/ |
@mpapis I suggest taking a look at this thread. |
hmm, I do not see RVM neither RailsInstaller in here - on Maverics RVM automatically installs CLT using found tricks with update center, there is no version of Railsinstaller for Mavericks because the trick used in RVM still relies on online connection and it's still not clear if you can embed CLT, can you explain in more details how it concerns me? |
The same user here posted on the rails-installer bug tracker: railsinstaller/railsinstaller-nix#19 (comment) |
there is no version of RailsInstaller for Mavericks, the bug was opened for 10.8 - and is still valid and unresolved, and is the reason why there was no release for 10.9 |
If you try and install the 10.7 version of 10.9: what happens? |
Please add an appropriate warning on the site that users should not install RailsInstaller on 10.9! It's not clear that bad things will happen currently. |
this are users experimenting, we can add an extra note warning users to not use it on 10.9 |
It would be good if you added it to the code too, please. |
Closing this in our repo, since we can't reasonably provide support for osx-gcc-installer issues; suggest asking https://github.com/kennethreitz/osx-gcc-installer/ about removal steps. |
How to completely uninstall osx-gcc-installer and restore original system shims without reinstalling OSX Mavericks: http://magnemg.tumblr.com/post/113251602430/how-to-completely-uninstall-osx-gcc-installer Torrent with original OSX Mavericks system shims: https://archive.org/details/completely_uninstall_osx-gcc-installer Hope this helps someone. I already spent a ridiculous amount of time fixing this. |
I've been trying to install python using brew on Mavericks for two weeks now. I followed a couple of guides on the web and made the horrible mistake of installing osx-gcc-installer which I removed later using the
/Library/Developer/4.1/uninstall-devtools -mode=all
command. After that, installed Xcode 5.0.1 and the CLT for 10.9 as recommended instead of using the osx-gcc-installer.Now, every time I run brew doctor, I get an error regarding a new version of CLT even when I've installed the latest. I think it has something to do with the osx-gcc-installer.
The specific error when doing brew install python:
The text was updated successfully, but these errors were encountered: