Questions tagged [osx-elcapitan]

Twelfth major release of OS X (10.11)

OS X El Capitan is the twelfth major release of OS X, Apple Inc.'s desktop and server operating system for Macintosh computers. It is the successor to OS X 10.10 Yosemite. The first beta of OS X El Capitan was released to developers shortly following the 2015 WWDC keynote. OS X El Capitan is an update that focuses mainly on performance, stability, and security.

1203 questions
26
votes
1 answer

Git doesn't work after upgrading Mac OS X El Capitan

Git doesn't work after upgrading Mac OS X El Capitan. After installing El Capitan, I have this error when I'm doing a git command: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at:…
Kevin
  • 4,823
  • 6
  • 36
  • 70
25
votes
1 answer

Manipulate OS X windows with script

Ok, so I'm trying to make my setup super simple by creating a script that I can run in the morning that will launch all the applications that I use in the day and lay them out across my 'spaces' how I like them. This was going ok and I was easily…
George Green
  • 4,807
  • 5
  • 31
  • 45
24
votes
3 answers

brew install mysql on mac os el capitan

I'm trying to install mysql on MAC OS version 10.11.2 by following the methods in this link, The following command has been successfully executed, brew install mysql but when I type the following command, mysql_install_db --verbose --user=`whoami`…
william cage
  • 429
  • 1
  • 4
  • 18
24
votes
2 answers

Compass doesn't work after update to OS X El Capitan (10.11)

After installing OS X El Capitan (10.11) my ruby compass is no longer working. After trying to install compass I recieve error message like this: $ sudo gem install compass ERROR: While executing gem ... (Errno::EPERM) Operation not…
Leo
  • 5,363
  • 5
  • 27
  • 30
22
votes
10 answers

How to install xgboost in python on MacOS?

I am a newbie and learning python. Can someone help me- how to install xgboost in python. Im using Mac 10.11. I read online and did the below mentioned step, but not able to decode what to do next: pip install xgboost -
aman sanduja
  • 221
  • 1
  • 2
  • 3
22
votes
1 answer

MAC OSX El Capitan: Airport Sym link not permitted

I tried making a symbolic link to the airport command in MAC OS X El Capitan, using the command: sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport It returned the following…
or3stis
  • 273
  • 1
  • 3
  • 10
21
votes
1 answer

Safari 9 Not Showing SVG Pinned Tab Icon

I created a new pinned-tab icon for Safari 9 on El Capitan as documented by Apple here but I can't seem to get Safari to actually show it when I pin my tab. Here's the line in my header:
Nick
  • 3,172
  • 3
  • 37
  • 49
20
votes
4 answers

'Library not loaded: @rpath/libcudart.7.5.dylib' TensorFlow Error on Mac

I'm using OS X El Capitan (10.11.4). I just downloaded TensorFlow using the pip install instructions here. Everything went pretty smoothly, though I did get a few warning messages like: The directory '/Users/myusername/Library/Caches/pip/http' or…
Pro Q
  • 4,391
  • 4
  • 43
  • 92
20
votes
4 answers

Android studio broke up my build.gradle file after add a Fragment

Using Android Studio 2.0 over El Capitan like the next screenshot said: I found a bug that I can't report: After add a Fragment to my project, AS screw up my module build.gradle file. I mean, before add the fragment they file looks like this…
20
votes
8 answers

Quit MySQL without it restarting on El Capitan

I'm running OS X 10.11 El Capitan with its built-in server stack (Apache 2.4.16, MySQL 5.6.26). I need to quit mysql, but killing the process immediately restarts it. Here's what I've tried so far: Killing the process $ ps aux | grep mysql to get…
amacrobert
  • 2,707
  • 2
  • 28
  • 37
20
votes
4 answers

How to add Sublime Text command line support for Mac OS X El Capitan

How can I (re)enable command line support for Sublime Text under Mac OS X El Capitan ?
Telmo Dias
  • 3,938
  • 2
  • 36
  • 48
19
votes
1 answer

sudo mkdir in /usr/, Operation not permitted. El Capitan

Attempting to install PHP, which requires the creation of an extensions directory within /usr/lib/php/extensions. The installation returned an error "Operation not permitted". I have since found out, sudo is not able to create any directories under…
THEK
  • 740
  • 2
  • 10
  • 29
19
votes
6 answers

How do I run psycopg2 on El Capitan without hitting a libssl error

I've got a python django dev setup on my mac and have just upgraded to El Capitan. I've got psycopg2 installed in a virtualenv but when I run my server I get the following error - django.core.exceptions.ImproperlyConfigured: Error loading psycopg2…
Aidan Ewen
  • 13,049
  • 8
  • 63
  • 88
19
votes
4 answers

How to make a CocoaPods project work on OS X El Capitan & Xcode 7 Beta?

I've updated to OS X El Capitan & Xcode 7 Beta released today and now my CocoaPods projects no longer work because of the new Swift syntax requirements. The automated Xcode project update breaks the code. Has anyone already figured this out already?…
Kris Haamer
  • 313
  • 1
  • 3
  • 9
18
votes
1 answer

Vim enters into visual mode on selecting text after El Capitan update

Issue is what the title says. Earlier I used to copy text from text files open in vim simply by selecting text and doing Ctrl + C. But now it puts me into visual mode, thus not allowing to copy the text. Its really annoying. Anybody knows any fix…
pratpor
  • 1,954
  • 1
  • 27
  • 46