LoginSignup
4
4

More than 5 years have passed since last update.

OS X 10.11 El Capitan シェルや言語のバージョン w/ Xcode 7.2

Last updated at Posted at 2016-01-16
  • Xcode 7.2 + Command Line Tools インストール後の各バージョンを調べたので列記
  • このページに置いた show_versions.sh で出力しました

以前のようにターミナルで xcode-select --install すると

xcode-select: error: command line tools are already installed, use "Software Update" to install updates

そしてApp Storeで "command line tools" 検索しても表示されなかった。更新は以下のように対応

Command Line Tools インストール手順

  • Xcode を起動
  • [Xcode] > [Open Developer Tool] > [More Developer Tools...]

    00.png

  • Apple Developersサイトへログイン(Apple IDが必要)

  • 表示されるDownloads for Apple Developersサイトで "Command Line" 検索

  • "Command Line Tools OS X 10.11 for Xcode 7.2" をダブルクリックして行を開く

  • 表示される .dmg をダウンロード

    000.png

では本題のバージョン一覧を:

(RubyはHomebrewによるインストール状態に依存します)


Xcode

xcode-select version 2343.

シェル

bash

GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin15)
Copyright (C) 2007 Free Software Foundation, Inc.

tcsh

tcsh 6.18.01 (Astron) 2012-02-14 (x86_64-apple-darwin) options wide,nls,dl,al,kan,sm,rh,color,filec

zsh

zsh 5.0.8 (x86_64-apple-darwin15.0)

言語

Python

Python 2.7.10

Ruby

ruby 2.0.0p645 (2015-04-13 revision 50299) [universal.x86_64-darwin15]

Swift

Apple Swift version 2.1.1 (swiftlang-700.1.101.15 clang-700.1.81)
Target: x86_64-apple-darwin15.2.0

Perl


This is perl 5, version 18, subversion 2 (v5.18.2) built for darwin-thread-multi-2level
(with 2 registered patches, see perl -V for more detail)

Copyright 1987-2013, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

PHP

PHP 5.5.30 (cli) (built: Oct 23 2015 17:21:45) 
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies

Java

/usr/bin/java
No Java runtime present, requesting install.

バージョン管理やコンパイラ

git

git version 2.5.4 (Apple Git-61)

subversion

svn, version 1.7.20 (r1667490)
   compiled Nov 11 2015, 16:49:02

Copyright (C) 2014 The Apache Software Foundation.
This software consists of contributions made by many people; see the NOTICE
file for more information.
Subversion is open source software, see http://subversion.apache.org/

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - handles 'http' scheme
  - handles 'https' scheme

ssh

OpenSSH_6.9p1, LibreSSL 2.1.8

clang

Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin15.2.0
Thread model: posix

gcc

Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin15.2.0
Thread model: posix

g++

Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin15.2.0
Thread model: posix
4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4