Created
June 12, 2018 01:14
-
-
Save s3w47m88/9cf25714a051c17758415fc390cc9ffd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ python --version | |
Python 2.7.10 | |
➜ ~ ansible --version | |
ansible 2.5.4 | |
config file = None | |
configured module search path = [u'/Users/s3w47m88/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] | |
ansible python module location = /usr/local/Cellar/ansible/2.5.4/libexec/lib/python2.7/site-packages/ansible | |
executable location = /usr/local/bin/ansible | |
python version = 2.7.15 (default, May 1 2018, 16:44:08) [GCC 4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.1)] | |
➜ ~ brew install python | |
==> Downloading https://homebrew.bintray.com/bottles/python-3.6.5.high_sierra.bottle.1.tar.gz | |
Already downloaded: /Users/s3w47m88/Library/Caches/Homebrew/python-3.6.5.high_sierra.bottle.1.tar.gz | |
==> Pouring python-3.6.5.high_sierra.bottle.1.tar.gz | |
==> /usr/local/Cellar/python/3.6.5/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python/3.6.5/bin --install-lib=/usr/local/lib/python3.6/site-packages | |
==> /usr/local/Cellar/python/3.6.5/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python/3.6.5/bin --install-lib=/usr/local/lib/python3.6/site-packages | |
==> /usr/local/Cellar/python/3.6.5/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python/3.6.5/bin --install-lib=/usr/local/lib/python3.6/site-packages | |
==> Caveats | |
Python has been installed as | |
/usr/local/bin/python3 | |
Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to | |
`python3`, `python3-config`, `pip3` etc., respectively, have been installed into | |
/usr/local/opt/python/libexec/bin | |
If you need Homebrew's Python 2.7 run | |
brew install python@2 | |
Pip, setuptools, and wheel have been installed. To update them run | |
pip3 install --upgrade pip setuptools wheel | |
You can install Python packages with | |
pip3 install <package> | |
They will install into the site-package directory | |
/usr/local/lib/python3.6/site-packages | |
See: https://docs.brew.sh/Homebrew-and-Python | |
==> Summary | |
🍺 /usr/local/Cellar/python/3.6.5: 4,736 files, 99.2MB | |
➜ ~ pip3 install virtualenv | |
Requirement already satisfied: virtualenv in /usr/local/lib/python3.6/site-packages (16.0.0) | |
➜ ~ virtualenv test | |
Using base prefix '/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6' | |
New python executable in /Users/s3w47m88/test/bin/python3.6 | |
Not overwriting existing python script /Users/s3w47m88/test/bin/python (you must use /Users/s3w47m88/test/bin/python3.6) | |
Installing setuptools, pip, wheel...done. | |
➜ ~ source test/bin/activate | |
(test) ➜ ~ ansible --version | |
ansible 2.5.4 | |
config file = None | |
configured module search path = [u'/Users/s3w47m88/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] | |
ansible python module location = /usr/local/Cellar/ansible/2.5.4/libexec/lib/python2.7/site-packages/ansible | |
executable location = /usr/local/bin/ansible | |
python version = 2.7.15 (default, May 1 2018, 16:44:08) [GCC 4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.1)] | |
(test) ➜ ~ pip install ansible==2.4.0.0 | |
Collecting ansible==2.4.0.0 | |
Collecting jinja2 (from ansible==2.4.0.0) | |
Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl | |
Requirement already satisfied: setuptools in ./test/lib/python3.6/site-packages (from ansible==2.4.0.0) (39.2.0) | |
Collecting PyYAML (from ansible==2.4.0.0) | |
Collecting cryptography (from ansible==2.4.0.0) | |
Using cached https://files.pythonhosted.org/packages/40/87/acdcf84ce6d25a7db1c113f4b9b614fd8d707b7ab56fbf17cf18cd26a627/cryptography-2.2.2-cp34-abi3-macosx_10_6_intel.whl | |
Collecting paramiko (from ansible==2.4.0.0) | |
Using cached https://files.pythonhosted.org/packages/3e/db/cb7b6656e0e7387637ce850689084dc0b94b44df31cc52e5fc5c2c4fd2c1/paramiko-2.4.1-py2.py3-none-any.whl | |
Collecting MarkupSafe>=0.23 (from jinja2->ansible==2.4.0.0) | |
Collecting asn1crypto>=0.21.0 (from cryptography->ansible==2.4.0.0) | |
Using cached https://files.pythonhosted.org/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl | |
Collecting six>=1.4.1 (from cryptography->ansible==2.4.0.0) | |
Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl | |
Collecting cffi>=1.7; platform_python_implementation != "PyPy" (from cryptography->ansible==2.4.0.0) | |
Using cached https://files.pythonhosted.org/packages/8e/be/40b1bc2c3221acdefeb9dab6773d43cda7543ed0d8c8df8768f05af2d01e/cffi-1.11.5-cp36-cp36m-macosx_10_6_intel.whl | |
Collecting idna>=2.1 (from cryptography->ansible==2.4.0.0) | |
Using cached https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl | |
Collecting bcrypt>=3.1.3 (from paramiko->ansible==2.4.0.0) | |
Using cached https://files.pythonhosted.org/packages/7e/59/d48fd712941da1a5d6490964a37bb3de2e526965b6766273f6a7049ee590/bcrypt-3.1.4-cp36-cp36m-macosx_10_6_intel.whl | |
Collecting pyasn1>=0.1.7 (from paramiko->ansible==2.4.0.0) | |
Using cached https://files.pythonhosted.org/packages/a0/70/2c27740f08e477499ce19eefe05dbcae6f19fdc49e9e82ce4768be0643b9/pyasn1-0.4.3-py2.py3-none-any.whl | |
Collecting pynacl>=1.0.1 (from paramiko->ansible==2.4.0.0) | |
Using cached https://files.pythonhosted.org/packages/74/8e/a6c0d340972d9e2f1a405aaa3f2460950b4c0337f92db0291a4355974529/PyNaCl-1.2.1-cp36-cp36m-macosx_10_6_intel.whl | |
Collecting pycparser (from cffi>=1.7; platform_python_implementation != "PyPy"->cryptography->ansible==2.4.0.0) | |
Installing collected packages: MarkupSafe, jinja2, PyYAML, asn1crypto, six, pycparser, cffi, idna, cryptography, bcrypt, pyasn1, pynacl, paramiko, ansible | |
Successfully installed MarkupSafe-1.0 PyYAML-3.12 ansible-2.4.0.0 asn1crypto-0.24.0 bcrypt-3.1.4 cffi-1.11.5 cryptography-2.2.2 idna-2.7 jinja2-2.10 paramiko-2.4.1 pyasn1-0.4.3 pycparser-2.18 pynacl-1.2.1 six-1.11.0 | |
(test) ➜ ~ ansible --version | |
ansible 2.5.4 | |
config file = None | |
configured module search path = [u'/Users/s3w47m88/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] | |
ansible python module location = /usr/local/Cellar/ansible/2.5.4/libexec/lib/python2.7/site-packages/ansible | |
executable location = /usr/local/bin/ansible | |
python version = 2.7.15 (default, May 1 2018, 16:44:08) [GCC 4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.1)] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment