Questions tagged [osx-lion]

Mac OS X Lion (10.7) is the eighth major release of Mac OS X, Apple's desktop and server operating system for Macintosh computers.

Mac OS X Lion (version 10.7) is the eighth major release of Mac OS X, Apple's desktop and server operating system for Macintosh computers.

A preview of OS X Lion was publicly unveiled at Apple's "Back to the Mac" event on October 20, 2010. It brings many developments made in Apple's iOS, such as an easily navigable display of installed applications, to the Mac, and includes support for the Mac App Store, as introduced in Mac OS X Snow Leopard version 10.6.6.

On February 24, 2011, the first developer's preview of Lion (11A390) was released to subscribers of Apple's developers program. Other developer previews were subsequently released, with Lion Preview 4 (11A480b) being released at WWDC 2011.

Lion achieved golden master status on July 1, 2011, followed by its final release via the Mac App Store on July 20, 2011. Apple reported over 1 million Lion sales on the first day of its release. As of October 2011, Mac OS X Lion has sold over 6 million copies worldwide.

Related tags

2218 questions
544
votes
16 answers

Set environment variables on Mac OS X Lion

When someone says "edit your .plist file" or "your .profile" or ".bash_profile" etc, this just confuses me. I have no idea where these files are, how to create them if I have to do that, etc, and also why there seem to be so many different ones…
Anders
  • 12,556
  • 24
  • 104
  • 151
313
votes
23 answers

in mac always getting zsh: command not found:

I am using the z Shell (zsh) instead of the default bash, and something wrong happen so that all commands that used to work are no longer recognized: ls zsh: command not found: ls open -e .zshrc zsh: correct 'open' to '_open'…
Malloc
  • 15,434
  • 34
  • 105
  • 192
270
votes
19 answers

How to run iPhone emulator WITHOUT starting Xcode?

On my old Mac running Snow Leopard, I could type "ios" into spotlight and it would start up the iPhone/iPad emulator by itself. I have since had to get a new machine running Lion. I have installed Xcode for Lion, I have installed the developer tool…
user796446
268
votes
15 answers

Can't install Ruby under Lion with RVM – GCC issues

Most questions regarding this problem are due to missing Xcode; I have Xcode 4.2 installed. Install attempt: rvm install 1.9.3 Installing Ruby from source to: /Users/jamie/.rvm/rubies/ruby-1.9.3-p0, this may take a while depending on your…
Jamie Schembri
  • 6,047
  • 4
  • 25
  • 37
242
votes
19 answers

Why does cURL return error "(23) Failed writing body"?

It works ok as a single tool: curl "someURL" curl -o - "someURL" but it doesn't work in a pipeline: curl "someURL" | tr -d '\n' curl -o - "someURL" | tr -d '\n' it returns: (23) Failed writing body What is the problem with piping the cURL output?…
static
  • 8,126
  • 15
  • 63
  • 89
234
votes
6 answers

How do I install imagemagick with homebrew?

I'm trying to install Imagemagick on OSX Lion but something is not working as expected. -> brew install imagemagick /usr/local/git/bin/git ==> Cloning https://github.com/adamv/ImageMagick.git Cloning into…
Kleber S.
  • 8,110
  • 6
  • 43
  • 69
227
votes
16 answers

How to start MySQL server from command line on Mac OS Lion?

I installed mySQL on my Mac. Beside starting the SQL server with mySQL.prefPane tool installed in System Preferences, I want to know the instructions to start from command-line. I do as follows: After su root I start the mySQL server by…
vietstone
  • 8,784
  • 16
  • 52
  • 79
224
votes
9 answers

Where can I find "make" program for Mac OS X Lion?

Just upgraded my computer to Mac OS X Lion and went to terminal and typed "make" but it says: -bash: make: command not found Where did the "make" command go?
Roman Kagan
  • 10,440
  • 26
  • 86
  • 126
197
votes
10 answers

Completely uninstall PostgreSQL 9.0.4 from Mac OSX Lion?

This question may look like a duplicate of: How to uninstall postgresql on my Mac (running Snow Leopard) however, there are two major differences. I'm running Lion and I'm trying to uninstall PostgreSQL 9.0.4. I've looked at the last question and…
Ramy
  • 20,541
  • 41
  • 103
  • 153
195
votes
15 answers

Repairing Postgresql after upgrading to OSX 10.7 Lion

I recently upgraded to OSX 10.7, at which point my rails installation completely borked when trying to connect to the psql server. When I do it from the command line using psql -U postgres it works totally fine, but when I try to run the rails…
Dave G
  • 4,376
  • 4
  • 25
  • 28
182
votes
3 answers

How to fix Terminal not loading ~/.bashrc on OS X Lion

Whenever I open a new tab in Terminal using Cmd + T, it opens bash in the same directory, as the previous tab. This works fine when I'm in the ~ directory, but if I'm anywhere else, I get an error loading .bashrc Last login: Sat Oct 15 21:10:00 on…
Jakub Arnold
  • 85,596
  • 89
  • 230
  • 327
172
votes
6 answers

Install autoreconf on OS X v10.7 (Lion)?

I'm attempting to re-install Ruby 1.9.3 with a patch that will allow me to use ruby-debug. When following the instructions and running rvm reinstall 1.9.3 --patch debug --force-autoconf It runs through and after applying the patch spits out: rvm…
Brian
  • 7,204
  • 12
  • 51
  • 84
166
votes
16 answers

configure: error: C compiler cannot create executables

I've checked a number of similar questions on stackoverflow but haven't found an answer yet. I'm trying to install memcached on Lion OSX as shown here. Here's what I'm getting: j-court-demones-macbook-pro:libevent-1.4.12-stable jcourtdemone$…
CourtDemone
  • 5,772
  • 6
  • 23
  • 25
140
votes
10 answers

Stop "developer tools access needs to take control of another process for debugging to continue" alert

I recently upgraded to 10.7.3, and when I try to debug my iOS project in the simulator for the first time after logging in, I'm prompted with the following two alerts: My user is an admin user. I never saw these alerts before. How do I get them…
Heath Borders
  • 30,998
  • 16
  • 147
  • 256
113
votes
6 answers

Location of the mongodb database on mac

I am kind of new to mac as well as mongodb. I have a weird doubt, accessing the database created using mongodb on mac? I know, in windows there is a folder called c:\data\db, where my database files are stored. How and where in mac, the database is…
Spaniard89
  • 2,359
  • 4
  • 34
  • 55
1
2 3
99 100