Questions tagged [osx-yosemite]

OS X Yosemite (version 10.10) is the eleventh release of OS X, Apple's desktop and server operating system for Macintosh computers.

OS X Yosemite (version 10.10) is the eleventh release of OS X, Apple's desktop and server operating system for Macintosh computers.

Yosemite introduced a revision to the operating system's user interface. Its graphics are inspired by iOS7. Some icons have been changed to go along with iOS 7 and iOS 8. It still maintains the OS X desktop metaphor. The interface incorporates a flatter visual appearance with blurred translucency effects.

OS X Yosemite was the first release to introduce Apple's new programming language, Swift.

Related tags

2087 questions
470
votes
6 answers

`pg_tblspc` missing after installation of latest version of OS X (Yosemite or El Capitan)

I use postgres from homebrew in my OS X, but when I reboot my system, sometimes the postgres doesn't start after the reboot, and so I manually tried to start it with postgres -D /usr/local/var/postgres, but then the error occurred with the following…
Blaszard
  • 30,954
  • 51
  • 153
  • 233
280
votes
11 answers

How do I edit $PATH (.bash_profile) on OS X?

I am trying to edit an entry to PATH, as I did something wrong. I am using Mac OS X v10.10.3 (Yosemite) I have tried: touch ~/.bash_profile; open ~/.bash_profile But the file editor opens with nothing inside. My problem: I am trying to install…
Thiago
  • 12,778
  • 14
  • 93
  • 110
228
votes
20 answers

Installing libv8 gem on OS X 10.9+

I'm trying to install libv8 3.16.14.3 but getting an error on OSX Mavericks using latest stable rvm and ruby-1.9.3-p125. This is the output of running the command 'gem install libv8': ~/src(branch:master) » gem install libv8 Fetching:…
tanookiben
  • 22,575
  • 8
  • 27
  • 25
202
votes
9 answers

Setting environment variables via launchd.conf no longer works in OS X Yosemite/El Capitan/macOS Sierra/Mojave?

It looks like the launchd.conf does not load my environment variable anymore. Has anyone else noticed that? Is there another solution to permanently set environment variables?
Tosh
  • 2,097
  • 3
  • 13
  • 8
165
votes
10 answers

Homebrew installs nvm but nvm can't be found afterwards?

I'm using homebrew and oh-my-zsh on a fresh OSX 10.10.1 install. I got nvm via homebrew and then attempted to run it but says - zsh: command not found: nvm Any idea what the problem is? I was able to install and use git just fine... UPDATED…
Dayan
  • 7,634
  • 11
  • 49
  • 76
156
votes
5 answers

pip install: Please check the permissions and owner of that directory

While installing pip and python I have ran into a that says: The directory '/Users/Parthenon/Library/Logs/pi' or its parent directory is not owned by the current user and the debug log has been disabled. Please check the permissions and owner of…
Max Phillips
  • 6,991
  • 9
  • 44
  • 71
118
votes
11 answers

How to get Ruby / Homebrew / RVM to work on Yosemite?

After installing Yosemite, I was unable to run brew or ruby. I was getting this error on brew update: /usr/local/bin/brew: /usr/local/Library/brew.rb: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby: bad interpreter: No such…
eden
  • 1,979
  • 3
  • 16
  • 13
109
votes
12 answers

Yosemite and Valgrind

Can you tell me how to install valgrind on yosemite? When I try to install it i get " checking for the kernel version... unsupported (14.0.0) configure: error: Valgrind works on Darwin 10.x, 11.x, 12.x and 13.x (Mac OS X 10.6/7/8/9) " There is no…
Nikita Kozlov
  • 1,098
  • 2
  • 8
  • 12
104
votes
25 answers

Swift Xcode Index Freezing or Slow

Maybe this is just me experiencing such an annoying "feature": After upgrading from Xcode 6.0.1 to Xcode 6.1, things changed. Xcode 6.1 is forever indexing the project or compiling source files. The project is not a huge one. It just contains a…
leonard
  • 2,337
  • 4
  • 22
  • 26
97
votes
7 answers

`Apache` `localhost/~username/` not working

So I just recently upgrade to Mac OS X Yosemite and I need to set up my Apache again. I create a folder "Sites" under /user/kevin and change file permission to 777 and uncomment the php5module line in /etc/apache2/httpd.conf just like…
CocoHot
  • 1,211
  • 2
  • 11
  • 18
90
votes
10 answers

OSX 10.10 yosemite beta on git pull: git-sh-setup: No such file or directory

After upgrading to OSX 10.10 Yosemite Beta, running git pull is returning the following error: /Library/Developer/CommandLineTools/usr/libexec/git-core/git-pull: line 11: git-sh-setup: No such file or directory I've checked the referenced git-core…
meghaphone
  • 1,012
  • 1
  • 8
  • 8
87
votes
18 answers

Safari Web inspector keeps disconnecting

I've Safari 8.0.6 with iOS 8.3 on my iPad, while debugging through Web Inspector on my Mac (10.10.3), the connection keeps on disconnecting (I don't see the device name under Develop menu upon disconnection) but can resume if I quit safari followed…
user2727195
  • 7,122
  • 17
  • 70
  • 118
85
votes
9 answers

Installed Python 3 on Mac OS X but its still Python 2.7

I am currently running OS X Yosemite (10.10.2) on my MacBook Pro... By default, Apple ships Python 2.7.6 on Yosemite. Just downloaded and ran this installer for Python 3: python-3.4.3-macosx10.6.pkg When I opened up my Terminal and typed in python,…
PacificNW_Lover
  • 4,746
  • 31
  • 90
  • 144
84
votes
7 answers

Autostart MySQL Server on Mac OS X Yosemite/El Capitan

I would like to auto start the MySQL server on startup. This was possible in Mavericks but seems to be not working on Yosemite. edit: seems this works with El Capitan as well
Xaver
  • 11,144
  • 13
  • 56
  • 91
83
votes
9 answers

Anaconda Python: where are the virtual environments stored?

I am new to Anaconda Python and I am setting up a project in Sublime Text 3. I have installed Anaconda and created a virtual environment using: conda create -n python27 python=2.7 anaconda conda create -n python35 python=3.5 anaconda I am having…
StillLearningToCode
  • 2,271
  • 4
  • 27
  • 46
1
2 3
99 100