LoginSignup
10
9

More than 5 years have passed since last update.

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

Last updated at Posted at 2015-10-03
  • Xcode 7.1 + Command Line Tools インストール後の各バージョンを調べたので列記
  • このページに置いた show_versions.sh で出力しました
# Command Line Tools インストール
# Xcodeインストール後に
xcode-select --install

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.0 (swiftlang-700.0.59 clang-700.0.72)
Target: x86_64-apple-darwin15.0.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.27 (cli) (built: Aug 22 2015 18:20:44) 
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.3.8 (Apple Git-58)

subversion

svn, version 1.7.20 (r1667490)
   compiled Aug 17 2015, 15:24:52

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.7
usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
           [-D [bind_address:]port] [-E log_file] [-e escape_char]
           [-F configfile] [-I pkcs11] [-i identity_file]
           [-L [bind_address:]port:host:hostport] [-l login_name] [-m mac_spec]
           [-O ctl_cmd] [-o option] [-p port]
           [-Q cipher | cipher-auth | mac | kex | key]
           [-R [bind_address:]port:host:hostport] [-S ctl_path] [-W host:port]
           [-w local_tun[:remote_tun]] [user@]hostname [command]

clang

Apple LLVM version 7.0.0 (clang-700.0.72)
Target: x86_64-apple-darwin15.0.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.0 (clang-700.0.72)
Target: x86_64-apple-darwin15.0.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.0 (clang-700.0.72)
Target: x86_64-apple-darwin15.0.0
Thread model: posix

diff (10.11 with Xcode 7.1) vs (10.10 with Xcode 7.0)

要らない気もしたけど、10.10時代に取得した結果との diff も念のため:

  • ただしPHPだけ10.10では取得していません
  • sshは10.11だとssh -vでバージョン表示されませんでした
    • ssh -V で表示できます(コメント多謝)
  • diff -y でカラム表示もできますが、Markdownだときれいに表現できずやめました
< 10.10 with Xcode 7.0 の結果
---
> 10.11 with Xcode 7.1 の結果
3c3
< xcode-select version 2339.
---
> xcode-select version 2343.
8c8
< GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin14)
---
> GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin15)
13c13
< tcsh 6.17.00 (Astron) 2009-07-10 (x86_64-apple-darwin) options wide,nls,dl,al,kan,sm,rh,color,filec
---
> tcsh 6.18.01 (Astron) 2012-02-14 (x86_64-apple-darwin) options wide,nls,dl,al,kan,sm,rh,color,filec
17c17
< zsh 5.0.5 (x86_64-apple-darwin14.0)
---
> zsh 5.0.8 (x86_64-apple-darwin15.0)
26c26
< ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14]
---
> ruby 2.0.0p645 (2015-04-13 revision 50299) [universal.x86_64-darwin15]
31c31
< Target: x86_64-apple-darwin14.5.0
---
> Target: x86_64-apple-darwin15.0.0
48a49,54
> #### PHP
> ```console
> PHP 5.5.27 (cli) (built: Aug 22 2015 18:20:44) 
> Copyright (c) 1997-2015 The PHP Group
> Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies
> ```
85,93c91,98
< OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
< usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
<            [-D [bind_address:]port] [-e escape_char] [-F configfile]
<            [-I pkcs11] [-i identity_file]
<            [-L [bind_address:]port:host:hostport]
<            [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
<            [-R [bind_address:]port:host:hostport] [-S ctl_path]
<            [-W host:port] [-w local_tun[:remote_tun]]
<            [user@]hostname [command]
---
> OpenSSH_6.9p1, LibreSSL 2.1.7
> usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
>            [-D [bind_address:]port] [-E log_file] [-e escape_char]
>            [-F configfile] [-I pkcs11] [-i identity_file]
>            [-L [bind_address:]port:host:hostport] [-l login_name] [-m mac_spec]
>            [-O ctl_cmd] [-o option] [-p port]
>            [-Q cipher | cipher-auth | mac | kex | key]
>            [-R [bind_address:]port:host:hostport] [-S ctl_path] [-W host:port]
>            [-w local_tun[:remote_tun]] [user@]hostname [command]
98c103
< Target: x86_64-apple-darwin14.5.0
---
> Target: x86_64-apple-darwin15.0.0
105c110
< Target: x86_64-apple-darwin14.5.0
---
> Target: x86_64-apple-darwin15.0.0
112c117
< Target: x86_64-apple-darwin14.5.0
---
> Target: x86_64-apple-darwin15.0.0
merrygreentea:dev me36$ diff show_versions_10_10.md show_versions.md
3c3
< xcode-select version 2339.
---
> xcode-select version 2343.
8c8
< GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin14)
---
> GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin15)
13c13
< tcsh 6.17.00 (Astron) 2009-07-10 (x86_64-apple-darwin) options wide,nls,dl,al,kan,sm,rh,color,filec
---
> tcsh 6.18.01 (Astron) 2012-02-14 (x86_64-apple-darwin) options wide,nls,dl,al,kan,sm,rh,color,filec
17c17
< zsh 5.0.5 (x86_64-apple-darwin14.0)
---
> zsh 5.0.8 (x86_64-apple-darwin15.0)
26c26
< ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14]
---
> ruby 2.0.0p645 (2015-04-13 revision 50299) [universal.x86_64-darwin15]
31c31
< Target: x86_64-apple-darwin14.5.0
---
> Target: x86_64-apple-darwin15.0.0
48a49,54
> #### PHP
> ```console
> PHP 5.5.27 (cli) (built: Aug 22 2015 18:20:44) 
> Copyright (c) 1997-2015 The PHP Group
> Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies
> ```
85,93c91,98
< OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
< usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
<            [-D [bind_address:]port] [-e escape_char] [-F configfile]
<            [-I pkcs11] [-i identity_file]
<            [-L [bind_address:]port:host:hostport]
<            [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
<            [-R [bind_address:]port:host:hostport] [-S ctl_path]
<            [-W host:port] [-w local_tun[:remote_tun]]
<            [user@]hostname [command]
---
> usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
>            [-D [bind_address:]port] [-E log_file] [-e escape_char]
>            [-F configfile] [-I pkcs11] [-i identity_file]
>            [-L [bind_address:]port:host:hostport] [-l login_name] [-m mac_spec]
>            [-O ctl_cmd] [-o option] [-p port]
>            [-Q cipher | cipher-auth | mac | kex | key]
>            [-R [bind_address:]port:host:hostport] [-S ctl_path] [-W host:port]
>            [-w local_tun[:remote_tun]] [user@]hostname [command]
98c103
< Target: x86_64-apple-darwin14.5.0
---
> Target: x86_64-apple-darwin15.0.0
105c110
< Target: x86_64-apple-darwin14.5.0
---
> Target: x86_64-apple-darwin15.0.0
112c117
< Target: x86_64-apple-darwin14.5.0
---
> Target: x86_64-apple-darwin15.0.0
10
9
2

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
10
9