Skip to content

Instantly share code, notes, and snippets.

@robnagler
Created March 12, 2019 23:02
Show Gist options
  • Save robnagler/f18ab75b57bee820f5b03753b2871005 to your computer and use it in GitHub Desktop.
Save robnagler/f18ab75b57bee820f5b03753b2871005 to your computer and use it in GitHub Desktop.
pyenv subprocess.call PYENV_VERSION behaves differently than shell
$ pyenv global 2.7.14
$ PYENV_DEBUG=1 PYENV_VERSION=3.6.6 pyenv which py.test
+ [pyenv:22] enable -f /home/vagrant/.pyenv/bin/../libexec/pyenv-realpath.dylib realpath
+ [pyenv:29] '[' -z '' ']'
++ [pyenv:31] type -p greadlink readlink
++ [pyenv:31] head -1
+ [pyenv:31] READLINK=/usr/bin/readlink
+ [pyenv:32] '[' -n /usr/bin/readlink ']'
+ [pyenv:54] '[' -z '' ']'
+ [pyenv:55] PYENV_ROOT=/home/vagrant/.pyenv
+ [pyenv:59] export PYENV_ROOT
+ [pyenv:62] '[' -z '' ']'
+ [pyenv:63] '[' -n '' ']'
+ [pyenv:79] '[' -z '' ']'
+ [pyenv:80] PYENV_DIR=/home/vagrant/.pyenv/libexec
+ [pyenv:83] '[' '!' -d /home/vagrant/.pyenv/libexec ']'
+ [pyenv:83] '[' '!' -e /home/vagrant/.pyenv/libexec ']'
++ [pyenv:87] cd /home/vagrant/.pyenv/libexec
++ [pyenv:87] echo /home/vagrant/.pyenv/libexec
+ [pyenv:87] PYENV_DIR=/home/vagrant/.pyenv/libexec
+ [pyenv:88] export PYENV_DIR
+ [pyenv:91] shopt -s nullglob
++ [pyenv:93] abs_dirname /home/vagrant/.pyenv/bin/pyenv
++ [pyenv:39] local path=/home/vagrant/.pyenv/bin/pyenv
++ [pyenv:43] '[' -n /home/vagrant/.pyenv/bin/pyenv ']'
++ [pyenv:44] cd /home/vagrant/.pyenv/bin
++ [pyenv:45] local name=pyenv
+++ [pyenv:46] resolve_link pyenv
+++ [pyenv:35] /usr/bin/readlink pyenv
++ [pyenv:46] path=../libexec/pyenv
++ [pyenv:43] '[' -n ../libexec/pyenv ']'
++ [pyenv:44] cd ../libexec
++ [pyenv:45] local name=pyenv
+++ [pyenv:46] resolve_link pyenv
+++ [pyenv:35] /usr/bin/readlink pyenv
+++ [pyenv:46] true
++ [pyenv:46] path=
++ [pyenv:43] '[' -n '' ']'
++ [pyenv:49] pwd
+ [pyenv:93] bin_path=/home/vagrant/.pyenv/libexec
+ [pyenv:94] for plugin_bin in "${PYENV_ROOT}/plugins/"*/bin
+ [pyenv:95] PATH=/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:94] for plugin_bin in "${PYENV_ROOT}/plugins/"*/bin
+ [pyenv:95] PATH=/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:94] for plugin_bin in "${PYENV_ROOT}/plugins/"*/bin
+ [pyenv:95] PATH=/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:94] for plugin_bin in "${PYENV_ROOT}/plugins/"*/bin
+ [pyenv:95] PATH=/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:94] for plugin_bin in "${PYENV_ROOT}/plugins/"*/bin
+ [pyenv:95] PATH=/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:97] export PATH=/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:97] PATH=/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:99] PYENV_HOOK_PATH=:/home/vagrant/.pyenv/pyenv.d
+ [pyenv:100] '[' /home/vagrant/.pyenv '!=' /home/vagrant/.pyenv ']'
+ [pyenv:104] PYENV_HOOK_PATH=:/home/vagrant/.pyenv/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks
+ [pyenv:105] for plugin_hook in "${PYENV_ROOT}/plugins/"*/etc/pyenv.d
+ [pyenv:106] PYENV_HOOK_PATH=:/home/vagrant/.pyenv/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d
+ [pyenv:105] for plugin_hook in "${PYENV_ROOT}/plugins/"*/etc/pyenv.d
+ [pyenv:106] PYENV_HOOK_PATH=:/home/vagrant/.pyenv/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d:/home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d
+ [pyenv:108] PYENV_HOOK_PATH=/home/vagrant/.pyenv/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d:/home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d
+ [pyenv:109] export PYENV_HOOK_PATH
+ [pyenv:111] shopt -u nullglob
+ [pyenv:114] command=which
+ [pyenv:115] case "$command" in
++ [pyenv:128] command -v pyenv-which
+ [pyenv:128] command_path=/home/vagrant/.pyenv/libexec/pyenv-which
+ [pyenv:129] '[' -z /home/vagrant/.pyenv/libexec/pyenv-which ']'
+ [pyenv:137] shift 1
+ [pyenv:138] '[' py.test = --help ']'
+ [pyenv:145] exec /home/vagrant/.pyenv/libexec/pyenv-which py.test
+ [pyenv-which:14] '[' py.test = --complete ']'
+ [pyenv-which:30] PYENV_COMMAND=py.test
+ [pyenv-which:32] '[' -z py.test ']'
+ [pyenv-which:37] OLDIFS='
'
+ [pyenv-which:38] IFS=:
+ [pyenv-which:38] versions=(${PYENV_VERSION:-$(pyenv-version-name)})
+ [pyenv-which:39] IFS='
'
+ [pyenv-which:41] for version in "${versions[@]}"
+ [pyenv-which:42] '[' 3.6.6 = system ']'
+ [pyenv-which:46] PYENV_COMMAND_PATH=/home/vagrant/.pyenv/versions/3.6.6/bin/py.test
+ [pyenv-which:48] '[' -x /home/vagrant/.pyenv/versions/3.6.6/bin/py.test ']'
+ [pyenv-which:53] OLDIFS='
'
+ [pyenv-which:54] IFS='
'
+ [pyenv-which:54] scripts=(`pyenv-hooks which`)
++ [pyenv-which:54] pyenv-hooks which
+ [pyenv-hooks:9] '[' which = --complete ']'
+ [pyenv-hooks:18] PYENV_COMMAND=which
+ [pyenv-hooks:19] '[' -z which ']'
+ [pyenv-hooks:24] enable -f /home/vagrant/.pyenv/libexec/pyenv-realpath.dylib realpath
+ [pyenv-hooks:25] '[' -n '' ']'
++ [pyenv-hooks:29] type -p greadlink readlink
++ [pyenv-hooks:29] head -1
+ [pyenv-hooks:29] READLINK=/usr/bin/readlink
+ [pyenv-hooks:30] '[' -z /usr/bin/readlink ']'
+ [pyenv-hooks:55] IFS=:
+ [pyenv-hooks:55] hook_paths=($PYENV_HOOK_PATH)
+ [pyenv-hooks:57] shopt -s nullglob
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:59] for script in "$path/$PYENV_COMMAND"/*.bash
+ [pyenv-hooks:60] realpath /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash
+ [pyenv-hooks:40] local path=/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash
+ [pyenv-hooks:41] local name
+ [pyenv-hooks:44] '[' -n /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash ']'
+ [pyenv-hooks:45] name=conda.bash
+ [pyenv-hooks:46] '[' conda.bash = /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash ']'
+ [pyenv-hooks:46] cd /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which
++ [pyenv-hooks:47] resolve_link conda.bash
++ [pyenv-hooks:36] /usr/bin/readlink conda.bash
++ [pyenv-hooks:47] true
+ [pyenv-hooks:47] path=
+ [pyenv-hooks:44] '[' -n '' ']'
+ [pyenv-hooks:50] echo /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash
+ [pyenv-hooks:59] for script in "$path/$PYENV_COMMAND"/*.bash
+ [pyenv-hooks:60] realpath /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash
+ [pyenv-hooks:40] local path=/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash
+ [pyenv-hooks:41] local name
+ [pyenv-hooks:44] '[' -n /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash ']'
+ [pyenv-hooks:45] name=python-config.bash
+ [pyenv-hooks:46] '[' python-config.bash = /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash ']'
+ [pyenv-hooks:46] cd /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which
++ [pyenv-hooks:47] resolve_link python-config.bash
++ [pyenv-hooks:36] /usr/bin/readlink python-config.bash
++ [pyenv-hooks:47] true
+ [pyenv-hooks:47] path=
+ [pyenv-hooks:44] '[' -n '' ']'
+ [pyenv-hooks:50] echo /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash
+ [pyenv-hooks:59] for script in "$path/$PYENV_COMMAND"/*.bash
+ [pyenv-hooks:60] realpath /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash
+ [pyenv-hooks:40] local path=/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash
+ [pyenv-hooks:41] local name
+ [pyenv-hooks:44] '[' -n /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash ']'
+ [pyenv-hooks:45] name=system-site-packages.bash
+ [pyenv-hooks:46] '[' system-site-packages.bash = /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash ']'
+ [pyenv-hooks:46] cd /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which
++ [pyenv-hooks:47] resolve_link system-site-packages.bash
++ [pyenv-hooks:36] /usr/bin/readlink system-site-packages.bash
++ [pyenv-hooks:47] true
+ [pyenv-hooks:47] path=
+ [pyenv-hooks:44] '[' -n '' ']'
+ [pyenv-hooks:50] echo /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:59] for script in "$path/$PYENV_COMMAND"/*.bash
+ [pyenv-hooks:60] realpath /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash
+ [pyenv-hooks:40] local path=/home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash
+ [pyenv-hooks:41] local name
+ [pyenv-hooks:44] '[' -n /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash ']'
+ [pyenv-hooks:45] name=lookup_from_path.bash
+ [pyenv-hooks:46] '[' lookup_from_path.bash = /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash ']'
+ [pyenv-hooks:46] cd /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which
++ [pyenv-hooks:47] resolve_link lookup_from_path.bash
++ [pyenv-hooks:36] /usr/bin/readlink lookup_from_path.bash
++ [pyenv-hooks:47] true
+ [pyenv-hooks:47] path=
+ [pyenv-hooks:44] '[' -n '' ']'
+ [pyenv-hooks:50] echo /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash
+ [pyenv-hooks:63] shopt -u nullglob
+ [pyenv-which:55] IFS='
'
+ [pyenv-which:56] for script in "${scripts[@]}"
+ [pyenv-which:57] source /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash
++ [conda.bash:4] '[' '!' -x /home/vagrant/.pyenv/versions/3.6.6/bin/py.test ']'
++ [conda.bash:4] [[ py.test == \c\o\n\d\a ]]
+ [pyenv-which:56] for script in "${scripts[@]}"
+ [pyenv-which:57] source /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash
++ [python-config.bash:6] '[' '!' -x /home/vagrant/.pyenv/versions/3.6.6/bin/py.test ']'
++ [python-config.bash:6] [[ py.test == \p\y\t\h\o\n*\-\c\o\n\f\i\g ]]
+ [pyenv-which:56] for script in "${scripts[@]}"
+ [pyenv-which:57] source /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash
++ [system-site-packages.bash:6] '[' '!' -x /home/vagrant/.pyenv/versions/3.6.6/bin/py.test ']'
++ [system-site-packages.bash:7] OLDIFS='
'
++ [system-site-packages.bash:8] IFS=:
+++ [system-site-packages.bash:9] pyenv-version-name
+ [pyenv-version-name:6] '[' -z 3.6.6 ']'
+ [pyenv-version-name:11] OLDIFS='
'
+ [pyenv-version-name:12] IFS='
'
+ [pyenv-version-name:12] scripts=(`pyenv-hooks version-name`)
++ [pyenv-version-name:12] pyenv-hooks version-name
+ [pyenv-hooks:9] '[' version-name = --complete ']'
+ [pyenv-hooks:18] PYENV_COMMAND=version-name
+ [pyenv-hooks:19] '[' -z version-name ']'
+ [pyenv-hooks:24] enable -f /home/vagrant/.pyenv/libexec/pyenv-realpath.dylib realpath
+ [pyenv-hooks:25] '[' -n '' ']'
++ [pyenv-hooks:29] type -p greadlink readlink
++ [pyenv-hooks:29] head -1
+ [pyenv-hooks:29] READLINK=/usr/bin/readlink
+ [pyenv-hooks:30] '[' -z /usr/bin/readlink ']'
+ [pyenv-hooks:55] IFS=:
+ [pyenv-hooks:55] hook_paths=($PYENV_HOOK_PATH)
+ [pyenv-hooks:57] shopt -s nullglob
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:63] shopt -u nullglob
+ [pyenv-version-name:13] IFS='
'
+ [pyenv-version-name:18] '[' -z 3.6.6 ']'
+ [pyenv-version-name:18] '[' 3.6.6 = system ']'
+ [pyenv-version-name:28] versions=()
+ [pyenv-version-name:29] OLDIFS='
'
+ [pyenv-version-name:30] IFS=:
+ [pyenv-version-name:31] any_not_installed=0
+ [pyenv-version-name:32] for version in ${PYENV_VERSION}
+ [pyenv-version-name:33] version_exists 3.6.6
+ [pyenv-version-name:24] local version=3.6.6
+ [pyenv-version-name:25] '[' -d /home/vagrant/.pyenv/versions/3.6.6 ']'
+ [pyenv-version-name:34] versions=("${versions[@]}" "${version}")
+ [pyenv-version-name:43] IFS='
'
+ [pyenv-version-name:45] OLDIFS='
'
+ [pyenv-version-name:46] IFS=:
+ [pyenv-version-name:47] echo 3.6.6
+ [pyenv-version-name:49] IFS='
'
+ [pyenv-version-name:51] '[' 0 = 1 ']'
++ [system-site-packages.bash:9] version=3.6.6
++ [system-site-packages.bash:10] IFS='
'
++ [system-site-packages.bash:11] '[' -f /home/vagrant/.pyenv/versions/3.6.6/bin/activate ']'
+ [pyenv-which:56] for script in "${scripts[@]}"
+ [pyenv-which:57] source /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash
++ [lookup_from_path.bash:18] '[' -n py.test ']'
++ [lookup_from_path.bash:18] '[' '!' -x /home/vagrant/.pyenv/versions/3.6.6/bin/py.test ']'
+++ [lookup_from_path.bash:19] lookup_from_path py.test
++++ [lookup_from_path.bash:14] remove_from_path /home/vagrant/.pyenv/shims
++++ [lookup_from_path.bash:2] local path_to_remove=/home/vagrant/.pyenv/shims
++++ [lookup_from_path.bash:3] local path_before
++++ [lookup_from_path.bash:4] local result=:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:
++++ [lookup_from_path.bash:5] '[' '' '!=' :/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin: ']'
++++ [lookup_from_path.bash:6] path_before=:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:
++++ [lookup_from_path.bash:7] result=:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:
++++ [lookup_from_path.bash:5] '[' :/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin: '!=' :/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin: ']'
++++ [lookup_from_path.bash:6] path_before=:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:
++++ [lookup_from_path.bash:7] result=:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:
++++ [lookup_from_path.bash:5] '[' :/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin: '!=' :/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin: ']'
++++ [lookup_from_path.bash:9] result=:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
++++ [lookup_from_path.bash:10] echo /home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+++ [lookup_from_path.bash:14] PATH=/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+++ [lookup_from_path.bash:14] command -v py.test
+++ [lookup_from_path.bash:14] true
++ [lookup_from_path.bash:19] PYENV_COMMAND_PATH=
+ [pyenv-which:60] '[' -x '' ']'
+ [pyenv-which:63] any_not_installed=0
+ [pyenv-which:64] for version in "${versions[@]}"
+ [pyenv-which:65] '[' 3.6.6 = system ']'
+ [pyenv-which:68] '[' -d /home/vagrant/.pyenv/versions/3.6.6 ']'
+ [pyenv-which:73] '[' 0 = 1 ']'
+ [pyenv-which:77] echo 'pyenv: py.test: command not found'
pyenv: py.test: command not found
++ [pyenv-which:79] pyenv-whence py.test
+ [pyenv-whence:9] '[' py.test = --complete ']'
+ [pyenv-whence:14] '[' py.test = --path ']'
+ [pyenv-whence:18] print_paths=
+ [pyenv-whence:31] PYENV_COMMAND=py.test
+ [pyenv-whence:32] '[' -z py.test ']'
++ [pyenv-whence:37] whence py.test
++ [pyenv-whence:22] local command=py.test
++ [pyenv-whence:23] pyenv-versions --bare
++ [pyenv-whence:23] read -r version
+ [pyenv-versions:10] unset bare
+ [pyenv-versions:11] unset skip_aliases
+ [pyenv-versions:13] for arg in "$@"
+ [pyenv-versions:14] case "$arg" in
+ [pyenv-versions:19] bare=1
+ [pyenv-versions:28] versions_dir=/home/vagrant/.pyenv/versions
+ [pyenv-versions:30] enable -f /home/vagrant/.pyenv/libexec/pyenv-realpath.dylib realpath
+ [pyenv-versions:31] '[' -n '' ']'
++ [pyenv-versions:36] type -p greadlink readlink
++ [pyenv-versions:36] head -1
+ [pyenv-versions:36] READLINK=/usr/bin/readlink
+ [pyenv-versions:37] '[' -z /usr/bin/readlink ']'
+ [pyenv-versions:63] '[' -d /home/vagrant/.pyenv/versions ']'
++ [pyenv-versions:64] realpath /home/vagrant/.pyenv/versions
++ [pyenv-versions:47] local path=/home/vagrant/.pyenv/versions
++ [pyenv-versions:48] local name
++ [pyenv-versions:52] '[' -n /home/vagrant/.pyenv/versions ']'
++ [pyenv-versions:53] name=versions
++ [pyenv-versions:54] '[' versions = /home/vagrant/.pyenv/versions ']'
++ [pyenv-versions:54] cd /home/vagrant/.pyenv
+++ [pyenv-versions:55] resolve_link versions
+++ [pyenv-versions:43] /usr/bin/readlink versions
+++ [pyenv-versions:55] true
++ [pyenv-versions:55] path=
++ [pyenv-versions:52] '[' -n '' ']'
++ [pyenv-versions:58] echo /home/vagrant/.pyenv/versions
+ [pyenv-versions:64] versions_dir=/home/vagrant/.pyenv/versions
+ [pyenv-versions:67] '[' -n 1 ']'
+ [pyenv-versions:68] hit_prefix=
+ [pyenv-versions:69] miss_prefix=
+ [pyenv-versions:70] current_versions=()
+ [pyenv-versions:71] include_system=
+ [pyenv-versions:81] num_versions=0
+ [pyenv-versions:105] '[' -n '' ']'
+ [pyenv-versions:109] shopt -s nullglob
+ [pyenv-versions:110] for path in "$versions_dir"/*
+ [pyenv-versions:111] '[' -d /home/vagrant/.pyenv/versions/2.7.14 ']'
+ [pyenv-versions:112] '[' -n '' ']'
+ [pyenv-versions:117] print_version 2.7.14
+ [pyenv-versions:96] exists 2.7.14
+ [pyenv-versions:84] local car=2.7.14
+ [pyenv-versions:85] local cdar
+ [pyenv-versions:86] shift
+ [pyenv-versions:92] return 1
+ [pyenv-versions:99] echo 2.7.14
+ [pyenv-versions:101] num_versions=1
+ [pyenv-versions:110] for path in "$versions_dir"/*
+ [pyenv-versions:111] '[' -d /home/vagrant/.pyenv/versions/3.6.6 ']'
+ [pyenv-versions:112] '[' -n '' ']'
+ [pyenv-versions:117] print_version 3.6.6
+ [pyenv-versions:96] exists 3.6.6
+ [pyenv-versions:84] local car=3.6.6
+ [pyenv-versions:85] local cdar
+ [pyenv-versions:86] shift
+ [pyenv-versions:92] return 1
+ [pyenv-versions:99] echo 3.6.6
+ [pyenv-versions:101] num_versions=2
+ [pyenv-versions:126] shopt -u nullglob
+ [pyenv-versions:128] '[' 2 -eq 0 ']'
+++ [pyenv-whence:24] pyenv-prefix 2.7.14
+ [pyenv-prefix:13] '[' 2.7.14 = --complete ']'
+ [pyenv-prefix:18] '[' -n 2.7.14 ']'
+ [pyenv-prefix:19] OLDIFS='
'
+ [pyenv-prefix:20] IFS=:
+ [pyenv-prefix:21] export PYENV_VERSION=2.7.14
+ [pyenv-prefix:21] PYENV_VERSION=2.7.14
+ [pyenv-prefix:23] IFS='
'
+ [pyenv-prefix:28] PYENV_PREFIX_PATHS=()
+ [pyenv-prefix:29] OLDIFS='
'
+ [pyenv-prefix:30] IFS=:
+ [pyenv-prefix:31] for version in ${PYENV_VERSION}
+ [pyenv-prefix:32] '[' 2.7.14 = system ']'
+ [pyenv-prefix:41] PYENV_PREFIX_PATH=/home/vagrant/.pyenv/versions/2.7.14
+ [pyenv-prefix:43] '[' -d /home/vagrant/.pyenv/versions/2.7.14 ']'
+ [pyenv-prefix:44] PYENV_PREFIX_PATHS=("${PYENV_PREFIX_PATHS[@]}" "$PYENV_PREFIX_PATH")
+ [pyenv-prefix:51] IFS='
'
+ [pyenv-prefix:53] OLDIFS='
'
+ [pyenv-prefix:54] IFS=:
+ [pyenv-prefix:55] echo /home/vagrant/.pyenv/versions/2.7.14
+ [pyenv-prefix:57] IFS='
'
++ [pyenv-whence:24] path=/home/vagrant/.pyenv/versions/2.7.14/bin/py.test
++ [pyenv-whence:25] '[' -x /home/vagrant/.pyenv/versions/2.7.14/bin/py.test ']'
++ [pyenv-whence:26] '[' '' ']'
++ [pyenv-whence:26] echo 2.7.14
++ [pyenv-whence:23] read -r version
+++ [pyenv-whence:24] pyenv-prefix 3.6.6
+ [pyenv-prefix:13] '[' 3.6.6 = --complete ']'
+ [pyenv-prefix:18] '[' -n 3.6.6 ']'
+ [pyenv-prefix:19] OLDIFS='
'
+ [pyenv-prefix:20] IFS=:
+ [pyenv-prefix:21] export PYENV_VERSION=3.6.6
+ [pyenv-prefix:21] PYENV_VERSION=3.6.6
+ [pyenv-prefix:23] IFS='
'
+ [pyenv-prefix:28] PYENV_PREFIX_PATHS=()
+ [pyenv-prefix:29] OLDIFS='
'
+ [pyenv-prefix:30] IFS=:
+ [pyenv-prefix:31] for version in ${PYENV_VERSION}
+ [pyenv-prefix:32] '[' 3.6.6 = system ']'
+ [pyenv-prefix:41] PYENV_PREFIX_PATH=/home/vagrant/.pyenv/versions/3.6.6
+ [pyenv-prefix:43] '[' -d /home/vagrant/.pyenv/versions/3.6.6 ']'
+ [pyenv-prefix:44] PYENV_PREFIX_PATHS=("${PYENV_PREFIX_PATHS[@]}" "$PYENV_PREFIX_PATH")
+ [pyenv-prefix:51] IFS='
'
+ [pyenv-prefix:53] OLDIFS='
'
+ [pyenv-prefix:54] IFS=:
+ [pyenv-prefix:55] echo /home/vagrant/.pyenv/versions/3.6.6
+ [pyenv-prefix:57] IFS='
'
++ [pyenv-whence:24] path=/home/vagrant/.pyenv/versions/3.6.6/bin/py.test
++ [pyenv-whence:25] '[' -x /home/vagrant/.pyenv/versions/3.6.6/bin/py.test ']'
++ [pyenv-whence:23] read -r version
+ [pyenv-whence:37] result=2.7.14
+ [pyenv-whence:38] '[' -n 2.7.14 ']'
+ [pyenv-whence:38] echo 2.7.14
+ [pyenv-which:79] versions=2.7.14
+ [pyenv-which:80] '[' -n 2.7.14 ']'
+ [pyenv-which:81] echo
+ [pyenv-which:82] echo 'The `py.test'\'' command exists in these Python versions:'
The `py.test' command exists in these Python versions:
+ [pyenv-which:83] echo 2.7.14
+ [pyenv-which:83] sed 's/^/ /g'
2.7.14
+ [pyenv-which:84] echo
+ [pyenv-which:88] exit 127
$ pyenv global 2.7.14
$ PYENV_DEBUG=1 python -c 'import os, subprocess as s; os.environ["PYENV_VERSION"] = "3.6.6"; print s.check_output("pyenv which py.test", shell=1)'
+ program=python
+ [[ python = \p\y\t\h\o\n* ]]
+ for arg in "$@"
+ case "$arg" in
+ break
+ export PYENV_ROOT=/home/vagrant/.pyenv
+ PYENV_ROOT=/home/vagrant/.pyenv
+ exec /home/vagrant/.pyenv/libexec/pyenv exec python -c 'import os, subprocess as s; os.environ["PYENV_VERSION"] = "3.6.6"; print s.check_output("pyenv which py.test", shell=1)'
+ [pyenv:22] enable -f /home/vagrant/.pyenv/libexec/../libexec/pyenv-realpath.dylib realpath
+ [pyenv:29] '[' -z '' ']'
++ [pyenv:31] type -p greadlink readlink
++ [pyenv:31] head -1
+ [pyenv:31] READLINK=/usr/bin/readlink
+ [pyenv:32] '[' -n /usr/bin/readlink ']'
+ [pyenv:54] '[' -z /home/vagrant/.pyenv ']'
+ [pyenv:57] PYENV_ROOT=/home/vagrant/.pyenv
+ [pyenv:59] export PYENV_ROOT
+ [pyenv:62] '[' -z '' ']'
+ [pyenv:63] '[' -n '' ']'
+ [pyenv:79] '[' -z '' ']'
+ [pyenv:80] PYENV_DIR=/home/vagrant/.pyenv/libexec
+ [pyenv:83] '[' '!' -d /home/vagrant/.pyenv/libexec ']'
+ [pyenv:83] '[' '!' -e /home/vagrant/.pyenv/libexec ']'
++ [pyenv:87] cd /home/vagrant/.pyenv/libexec
++ [pyenv:87] echo /home/vagrant/.pyenv/libexec
+ [pyenv:87] PYENV_DIR=/home/vagrant/.pyenv/libexec
+ [pyenv:88] export PYENV_DIR
+ [pyenv:91] shopt -s nullglob
++ [pyenv:93] abs_dirname /home/vagrant/.pyenv/libexec/pyenv
++ [pyenv:39] local path=/home/vagrant/.pyenv/libexec/pyenv
++ [pyenv:43] '[' -n /home/vagrant/.pyenv/libexec/pyenv ']'
++ [pyenv:44] cd /home/vagrant/.pyenv/libexec
++ [pyenv:45] local name=pyenv
+++ [pyenv:46] resolve_link pyenv
+++ [pyenv:35] /usr/bin/readlink pyenv
+++ [pyenv:46] true
++ [pyenv:46] path=
++ [pyenv:43] '[' -n '' ']'
++ [pyenv:49] pwd
+ [pyenv:93] bin_path=/home/vagrant/.pyenv/libexec
+ [pyenv:94] for plugin_bin in "${PYENV_ROOT}/plugins/"*/bin
+ [pyenv:95] PATH=/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:94] for plugin_bin in "${PYENV_ROOT}/plugins/"*/bin
+ [pyenv:95] PATH=/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:94] for plugin_bin in "${PYENV_ROOT}/plugins/"*/bin
+ [pyenv:95] PATH=/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:94] for plugin_bin in "${PYENV_ROOT}/plugins/"*/bin
+ [pyenv:95] PATH=/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:94] for plugin_bin in "${PYENV_ROOT}/plugins/"*/bin
+ [pyenv:95] PATH=/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:97] export PATH=/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:97] PATH=/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:99] PYENV_HOOK_PATH=:/home/vagrant/.pyenv/pyenv.d
+ [pyenv:100] '[' /home/vagrant/.pyenv '!=' /home/vagrant/.pyenv ']'
+ [pyenv:104] PYENV_HOOK_PATH=:/home/vagrant/.pyenv/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks
+ [pyenv:105] for plugin_hook in "${PYENV_ROOT}/plugins/"*/etc/pyenv.d
+ [pyenv:106] PYENV_HOOK_PATH=:/home/vagrant/.pyenv/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d
+ [pyenv:105] for plugin_hook in "${PYENV_ROOT}/plugins/"*/etc/pyenv.d
+ [pyenv:106] PYENV_HOOK_PATH=:/home/vagrant/.pyenv/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d:/home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d
+ [pyenv:108] PYENV_HOOK_PATH=/home/vagrant/.pyenv/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d:/home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d
+ [pyenv:109] export PYENV_HOOK_PATH
+ [pyenv:111] shopt -u nullglob
+ [pyenv:114] command=exec
+ [pyenv:115] case "$command" in
++ [pyenv:128] command -v pyenv-exec
+ [pyenv:128] command_path=/home/vagrant/.pyenv/libexec/pyenv-exec
+ [pyenv:129] '[' -z /home/vagrant/.pyenv/libexec/pyenv-exec ']'
+ [pyenv:137] shift 1
+ [pyenv:138] '[' python = --help ']'
+ [pyenv:145] exec /home/vagrant/.pyenv/libexec/pyenv-exec python -c 'import os, subprocess as s; os.environ["PYENV_VERSION"] = "3.6.6"; print s.check_output("pyenv which py.test", shell=1)'
+ [pyenv-exec:20] '[' python = --complete ']'
++ [pyenv-exec:24] pyenv-version-name
+ [pyenv-version-name:6] '[' -z '' ']'
++ [pyenv-version-name:7] pyenv-version-file
+ [pyenv-version-file:7] target_dir=
+ [pyenv-version-file:22] '[' -n '' ']'
+ [pyenv-version-file:25] find_local_version_file /home/vagrant/.pyenv/libexec
+ [pyenv-version-file:10] local root=/home/vagrant/.pyenv/libexec
+ [pyenv-version-file:11] [[ /home/vagrant/.pyenv/libexec =~ ^//[^/]*$ ]]
+ [pyenv-version-file:12] '[' -f /home/vagrant/.pyenv/libexec/.python-version ']'
+ [pyenv-version-file:16] '[' -n /home/vagrant/.pyenv/libexec ']'
+ [pyenv-version-file:17] root=/home/vagrant/.pyenv
+ [pyenv-version-file:11] [[ /home/vagrant/.pyenv =~ ^//[^/]*$ ]]
+ [pyenv-version-file:12] '[' -f /home/vagrant/.pyenv/.python-version ']'
+ [pyenv-version-file:16] '[' -n /home/vagrant/.pyenv ']'
+ [pyenv-version-file:17] root=/home/vagrant
+ [pyenv-version-file:11] [[ /home/vagrant =~ ^//[^/]*$ ]]
+ [pyenv-version-file:12] '[' -f /home/vagrant/.python-version ']'
+ [pyenv-version-file:16] '[' -n /home/vagrant ']'
+ [pyenv-version-file:17] root=/home
+ [pyenv-version-file:11] [[ /home =~ ^//[^/]*$ ]]
+ [pyenv-version-file:12] '[' -f /home/.python-version ']'
+ [pyenv-version-file:16] '[' -n /home ']'
+ [pyenv-version-file:17] root=
+ [pyenv-version-file:11] [[ '' =~ ^//[^/]*$ ]]
+ [pyenv-version-file:12] '[' -f /.python-version ']'
+ [pyenv-version-file:16] '[' -n '' ']'
+ [pyenv-version-file:16] break
+ [pyenv-version-file:19] return 1
+ [pyenv-version-file:26] '[' /home/vagrant/.pyenv/libexec '!=' /home/vagrant/.pyenv/libexec ']'
+ [pyenv-version-file:27] echo /home/vagrant/.pyenv/version
+ [pyenv-version-name:7] PYENV_VERSION_FILE=/home/vagrant/.pyenv/version
++ [pyenv-version-name:8] pyenv-version-file-read /home/vagrant/.pyenv/version
+ [pyenv-version-file-read:6] VERSION_FILE=/home/vagrant/.pyenv/version
+ [pyenv-version-file-read:8] '[' -e /home/vagrant/.pyenv/version ']'
+ [pyenv-version-file-read:11] IFS='
'
+ [pyenv-version-file-read:12] words=($(cut -b 1-1024 "$VERSION_FILE" | sed 's/^\s*\(\S\+\).*/\1/'))
++ [pyenv-version-file-read:12] cut -b 1-1024 /home/vagrant/.pyenv/version
++ [pyenv-version-file-read:12] sed 's/^\s*\(\S\+\).*/\1/'
+ [pyenv-version-file-read:13] versions=("${words[@]}")
+ [pyenv-version-file-read:15] '[' -n 2.7.14 ']'
+ [pyenv-version-file-read:16] IFS=:
+ [pyenv-version-file-read:17] echo 2.7.14
+ [pyenv-version-file-read:18] exit
+ [pyenv-version-name:8] PYENV_VERSION=2.7.14
+ [pyenv-version-name:11] OLDIFS='
'
+ [pyenv-version-name:12] IFS='
'
+ [pyenv-version-name:12] scripts=(`pyenv-hooks version-name`)
++ [pyenv-version-name:12] pyenv-hooks version-name
+ [pyenv-hooks:9] '[' version-name = --complete ']'
+ [pyenv-hooks:18] PYENV_COMMAND=version-name
+ [pyenv-hooks:19] '[' -z version-name ']'
+ [pyenv-hooks:24] enable -f /home/vagrant/.pyenv/libexec/pyenv-realpath.dylib realpath
+ [pyenv-hooks:25] '[' -n '' ']'
++ [pyenv-hooks:29] type -p greadlink readlink
++ [pyenv-hooks:29] head -1
+ [pyenv-hooks:29] READLINK=/usr/bin/readlink
+ [pyenv-hooks:30] '[' -z /usr/bin/readlink ']'
+ [pyenv-hooks:55] IFS=:
+ [pyenv-hooks:55] hook_paths=($PYENV_HOOK_PATH)
+ [pyenv-hooks:57] shopt -s nullglob
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:63] shopt -u nullglob
+ [pyenv-version-name:13] IFS='
'
+ [pyenv-version-name:18] '[' -z 2.7.14 ']'
+ [pyenv-version-name:18] '[' 2.7.14 = system ']'
+ [pyenv-version-name:28] versions=()
+ [pyenv-version-name:29] OLDIFS='
'
+ [pyenv-version-name:30] IFS=:
+ [pyenv-version-name:31] any_not_installed=0
+ [pyenv-version-name:32] for version in ${PYENV_VERSION}
+ [pyenv-version-name:33] version_exists 2.7.14
+ [pyenv-version-name:24] local version=2.7.14
+ [pyenv-version-name:25] '[' -d /home/vagrant/.pyenv/versions/2.7.14 ']'
+ [pyenv-version-name:34] versions=("${versions[@]}" "${version}")
+ [pyenv-version-name:43] IFS='
'
+ [pyenv-version-name:45] OLDIFS='
'
+ [pyenv-version-name:46] IFS=:
+ [pyenv-version-name:47] echo 2.7.14
+ [pyenv-version-name:49] IFS='
'
+ [pyenv-version-name:51] '[' 0 = 1 ']'
+ [pyenv-exec:24] PYENV_VERSION=2.7.14
+ [pyenv-exec:25] PYENV_COMMAND=python
+ [pyenv-exec:27] '[' -z python ']'
+ [pyenv-exec:32] export PYENV_VERSION
++ [pyenv-exec:33] pyenv-which python
+ [pyenv-which:14] '[' python = --complete ']'
+ [pyenv-which:30] PYENV_COMMAND=python
+ [pyenv-which:32] '[' -z python ']'
+ [pyenv-which:37] OLDIFS='
'
+ [pyenv-which:38] IFS=:
+ [pyenv-which:38] versions=(${PYENV_VERSION:-$(pyenv-version-name)})
+ [pyenv-which:39] IFS='
'
+ [pyenv-which:41] for version in "${versions[@]}"
+ [pyenv-which:42] '[' 2.7.14 = system ']'
+ [pyenv-which:46] PYENV_COMMAND_PATH=/home/vagrant/.pyenv/versions/2.7.14/bin/python
+ [pyenv-which:48] '[' -x /home/vagrant/.pyenv/versions/2.7.14/bin/python ']'
+ [pyenv-which:49] break
+ [pyenv-which:53] OLDIFS='
'
+ [pyenv-which:54] IFS='
'
+ [pyenv-which:54] scripts=(`pyenv-hooks which`)
++ [pyenv-which:54] pyenv-hooks which
+ [pyenv-hooks:9] '[' which = --complete ']'
+ [pyenv-hooks:18] PYENV_COMMAND=which
+ [pyenv-hooks:19] '[' -z which ']'
+ [pyenv-hooks:24] enable -f /home/vagrant/.pyenv/libexec/pyenv-realpath.dylib realpath
+ [pyenv-hooks:25] '[' -n '' ']'
++ [pyenv-hooks:29] type -p greadlink readlink
++ [pyenv-hooks:29] head -1
+ [pyenv-hooks:29] READLINK=/usr/bin/readlink
+ [pyenv-hooks:30] '[' -z /usr/bin/readlink ']'
+ [pyenv-hooks:55] IFS=:
+ [pyenv-hooks:55] hook_paths=($PYENV_HOOK_PATH)
+ [pyenv-hooks:57] shopt -s nullglob
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:59] for script in "$path/$PYENV_COMMAND"/*.bash
+ [pyenv-hooks:60] realpath /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash
+ [pyenv-hooks:40] local path=/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash
+ [pyenv-hooks:41] local name
+ [pyenv-hooks:44] '[' -n /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash ']'
+ [pyenv-hooks:45] name=conda.bash
+ [pyenv-hooks:46] '[' conda.bash = /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash ']'
+ [pyenv-hooks:46] cd /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which
++ [pyenv-hooks:47] resolve_link conda.bash
++ [pyenv-hooks:36] /usr/bin/readlink conda.bash
++ [pyenv-hooks:47] true
+ [pyenv-hooks:47] path=
+ [pyenv-hooks:44] '[' -n '' ']'
+ [pyenv-hooks:50] echo /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash
+ [pyenv-hooks:59] for script in "$path/$PYENV_COMMAND"/*.bash
+ [pyenv-hooks:60] realpath /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash
+ [pyenv-hooks:40] local path=/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash
+ [pyenv-hooks:41] local name
+ [pyenv-hooks:44] '[' -n /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash ']'
+ [pyenv-hooks:45] name=python-config.bash
+ [pyenv-hooks:46] '[' python-config.bash = /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash ']'
+ [pyenv-hooks:46] cd /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which
++ [pyenv-hooks:47] resolve_link python-config.bash
++ [pyenv-hooks:36] /usr/bin/readlink python-config.bash
++ [pyenv-hooks:47] true
+ [pyenv-hooks:47] path=
+ [pyenv-hooks:44] '[' -n '' ']'
+ [pyenv-hooks:50] echo /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash
+ [pyenv-hooks:59] for script in "$path/$PYENV_COMMAND"/*.bash
+ [pyenv-hooks:60] realpath /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash
+ [pyenv-hooks:40] local path=/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash
+ [pyenv-hooks:41] local name
+ [pyenv-hooks:44] '[' -n /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash ']'
+ [pyenv-hooks:45] name=system-site-packages.bash
+ [pyenv-hooks:46] '[' system-site-packages.bash = /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash ']'
+ [pyenv-hooks:46] cd /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which
++ [pyenv-hooks:47] resolve_link system-site-packages.bash
++ [pyenv-hooks:36] /usr/bin/readlink system-site-packages.bash
++ [pyenv-hooks:47] true
+ [pyenv-hooks:47] path=
+ [pyenv-hooks:44] '[' -n '' ']'
+ [pyenv-hooks:50] echo /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:59] for script in "$path/$PYENV_COMMAND"/*.bash
+ [pyenv-hooks:60] realpath /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash
+ [pyenv-hooks:40] local path=/home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash
+ [pyenv-hooks:41] local name
+ [pyenv-hooks:44] '[' -n /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash ']'
+ [pyenv-hooks:45] name=lookup_from_path.bash
+ [pyenv-hooks:46] '[' lookup_from_path.bash = /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash ']'
+ [pyenv-hooks:46] cd /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which
++ [pyenv-hooks:47] resolve_link lookup_from_path.bash
++ [pyenv-hooks:36] /usr/bin/readlink lookup_from_path.bash
++ [pyenv-hooks:47] true
+ [pyenv-hooks:47] path=
+ [pyenv-hooks:44] '[' -n '' ']'
+ [pyenv-hooks:50] echo /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash
+ [pyenv-hooks:63] shopt -u nullglob
+ [pyenv-which:55] IFS='
'
+ [pyenv-which:56] for script in "${scripts[@]}"
+ [pyenv-which:57] source /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash
++ [conda.bash:4] '[' '!' -x /home/vagrant/.pyenv/versions/2.7.14/bin/python ']'
+ [pyenv-which:56] for script in "${scripts[@]}"
+ [pyenv-which:57] source /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash
++ [python-config.bash:6] '[' '!' -x /home/vagrant/.pyenv/versions/2.7.14/bin/python ']'
+ [pyenv-which:56] for script in "${scripts[@]}"
+ [pyenv-which:57] source /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash
++ [system-site-packages.bash:6] '[' '!' -x /home/vagrant/.pyenv/versions/2.7.14/bin/python ']'
+ [pyenv-which:56] for script in "${scripts[@]}"
+ [pyenv-which:57] source /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash
++ [lookup_from_path.bash:18] '[' -n python ']'
++ [lookup_from_path.bash:18] '[' '!' -x /home/vagrant/.pyenv/versions/2.7.14/bin/python ']'
+ [pyenv-which:60] '[' -x /home/vagrant/.pyenv/versions/2.7.14/bin/python ']'
+ [pyenv-which:61] echo /home/vagrant/.pyenv/versions/2.7.14/bin/python
+ [pyenv-exec:33] PYENV_COMMAND_PATH=/home/vagrant/.pyenv/versions/2.7.14/bin/python
+ [pyenv-exec:34] PYENV_BIN_PATH=/home/vagrant/.pyenv/versions/2.7.14/bin
+ [pyenv-exec:36] OLDIFS='
'
+ [pyenv-exec:37] IFS='
'
+ [pyenv-exec:37] scripts=(`pyenv-hooks exec`)
++ [pyenv-exec:37] pyenv-hooks exec
+ [pyenv-hooks:9] '[' exec = --complete ']'
+ [pyenv-hooks:18] PYENV_COMMAND=exec
+ [pyenv-hooks:19] '[' -z exec ']'
+ [pyenv-hooks:24] enable -f /home/vagrant/.pyenv/libexec/pyenv-realpath.dylib realpath
+ [pyenv-hooks:25] '[' -n '' ']'
++ [pyenv-hooks:29] type -p greadlink readlink
++ [pyenv-hooks:29] head -1
+ [pyenv-hooks:29] READLINK=/usr/bin/readlink
+ [pyenv-hooks:30] '[' -z /usr/bin/readlink ']'
+ [pyenv-hooks:55] IFS=:
+ [pyenv-hooks:55] hook_paths=($PYENV_HOOK_PATH)
+ [pyenv-hooks:57] shopt -s nullglob
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:59] for script in "$path/$PYENV_COMMAND"/*.bash
+ [pyenv-hooks:60] realpath /home/vagrant/.pyenv/pyenv.d/exec/pip-rehash.bash
+ [pyenv-hooks:40] local path=/home/vagrant/.pyenv/pyenv.d/exec/pip-rehash.bash
+ [pyenv-hooks:41] local name
+ [pyenv-hooks:44] '[' -n /home/vagrant/.pyenv/pyenv.d/exec/pip-rehash.bash ']'
+ [pyenv-hooks:45] name=pip-rehash.bash
+ [pyenv-hooks:46] '[' pip-rehash.bash = /home/vagrant/.pyenv/pyenv.d/exec/pip-rehash.bash ']'
+ [pyenv-hooks:46] cd /home/vagrant/.pyenv/pyenv.d/exec
++ [pyenv-hooks:47] resolve_link pip-rehash.bash
++ [pyenv-hooks:36] /usr/bin/readlink pip-rehash.bash
++ [pyenv-hooks:47] true
+ [pyenv-hooks:47] path=
+ [pyenv-hooks:44] '[' -n '' ']'
+ [pyenv-hooks:50] echo /home/vagrant/.pyenv/pyenv.d/exec/pip-rehash.bash
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:63] shopt -u nullglob
+ [pyenv-exec:38] IFS='
'
+ [pyenv-exec:39] for script in "${scripts[@]}"
+ [pyenv-exec:40] source /home/vagrant/.pyenv/pyenv.d/exec/pip-rehash.bash
++ [pip-rehash.bash:1] PYENV_PIP_REHASH_ROOT=/home/vagrant/.pyenv/pyenv.d/exec/pip-rehash
++ [pip-rehash.bash:2] PYENV_REHASH_COMMAND=python
++ [pip-rehash.bash:5] [[ python =~ ^(pip|easy_install)[23](\.d)?$ ]]
++ [pip-rehash.bash:9] '[' -x /home/vagrant/.pyenv/pyenv.d/exec/pip-rehash/python ']'
+ [pyenv-exec:43] shift 1
+ [pyenv-exec:46] export PATH=/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv-exec:46] PATH=/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv-exec:47] exec -a python /home/vagrant/.pyenv/versions/2.7.14/bin/python -c 'import os, subprocess as s; os.environ["PYENV_VERSION"] = "3.6.6"; print s.check_output("pyenv which py.test", shell=1)'
+ [pyenv:22] enable -f /home/vagrant/.pyenv/libexec/../libexec/pyenv-realpath.dylib realpath
+ [pyenv:29] '[' -z '' ']'
++ [pyenv:31] type -p greadlink readlink
++ [pyenv:31] head -1
+ [pyenv:31] READLINK=/usr/bin/readlink
+ [pyenv:32] '[' -n /usr/bin/readlink ']'
+ [pyenv:54] '[' -z /home/vagrant/.pyenv ']'
+ [pyenv:57] PYENV_ROOT=/home/vagrant/.pyenv
+ [pyenv:59] export PYENV_ROOT
+ [pyenv:62] '[' -z /home/vagrant/.pyenv/libexec ']'
+ [pyenv:73] [[ /home/vagrant/.pyenv/libexec == /* ]]
+ [pyenv:74] cd /home/vagrant/.pyenv/libexec
+ [pyenv:75] PYENV_DIR=/home/vagrant/.pyenv/libexec
+ [pyenv:76] cd /home/vagrant/.pyenv/libexec
+ [pyenv:79] '[' -z /home/vagrant/.pyenv/libexec ']'
+ [pyenv:83] '[' '!' -d /home/vagrant/.pyenv/libexec ']'
+ [pyenv:83] '[' '!' -e /home/vagrant/.pyenv/libexec ']'
++ [pyenv:87] cd /home/vagrant/.pyenv/libexec
++ [pyenv:87] echo /home/vagrant/.pyenv/libexec
+ [pyenv:87] PYENV_DIR=/home/vagrant/.pyenv/libexec
+ [pyenv:88] export PYENV_DIR
+ [pyenv:91] shopt -s nullglob
++ [pyenv:93] abs_dirname /home/vagrant/.pyenv/libexec/pyenv
++ [pyenv:39] local path=/home/vagrant/.pyenv/libexec/pyenv
++ [pyenv:43] '[' -n /home/vagrant/.pyenv/libexec/pyenv ']'
++ [pyenv:44] cd /home/vagrant/.pyenv/libexec
++ [pyenv:45] local name=pyenv
+++ [pyenv:46] resolve_link pyenv
+++ [pyenv:35] /usr/bin/readlink pyenv
+++ [pyenv:46] true
++ [pyenv:46] path=
++ [pyenv:43] '[' -n '' ']'
++ [pyenv:49] pwd
+ [pyenv:93] bin_path=/home/vagrant/.pyenv/libexec
+ [pyenv:94] for plugin_bin in "${PYENV_ROOT}/plugins/"*/bin
+ [pyenv:95] PATH=/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:94] for plugin_bin in "${PYENV_ROOT}/plugins/"*/bin
+ [pyenv:95] PATH=/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:94] for plugin_bin in "${PYENV_ROOT}/plugins/"*/bin
+ [pyenv:95] PATH=/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:94] for plugin_bin in "${PYENV_ROOT}/plugins/"*/bin
+ [pyenv:95] PATH=/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:94] for plugin_bin in "${PYENV_ROOT}/plugins/"*/bin
+ [pyenv:95] PATH=/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:97] export PATH=/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:97] PATH=/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ [pyenv:99] PYENV_HOOK_PATH=/home/vagrant/.pyenv/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d:/home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d:/home/vagrant/.pyenv/pyenv.d
+ [pyenv:100] '[' /home/vagrant/.pyenv '!=' /home/vagrant/.pyenv ']'
+ [pyenv:104] PYENV_HOOK_PATH=/home/vagrant/.pyenv/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d:/home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d:/home/vagrant/.pyenv/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks
+ [pyenv:105] for plugin_hook in "${PYENV_ROOT}/plugins/"*/etc/pyenv.d
+ [pyenv:106] PYENV_HOOK_PATH=/home/vagrant/.pyenv/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d:/home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d:/home/vagrant/.pyenv/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d
+ [pyenv:105] for plugin_hook in "${PYENV_ROOT}/plugins/"*/etc/pyenv.d
+ [pyenv:106] PYENV_HOOK_PATH=/home/vagrant/.pyenv/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d:/home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d:/home/vagrant/.pyenv/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d:/home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d
+ [pyenv:108] PYENV_HOOK_PATH=/home/vagrant/.pyenv/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d:/home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d:/home/vagrant/.pyenv/pyenv.d:/usr/local/etc/pyenv.d:/etc/pyenv.d:/usr/lib/pyenv/hooks:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d:/home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d
+ [pyenv:109] export PYENV_HOOK_PATH
+ [pyenv:111] shopt -u nullglob
+ [pyenv:114] command=which
+ [pyenv:115] case "$command" in
++ [pyenv:128] command -v pyenv-which
+ [pyenv:128] command_path=/home/vagrant/.pyenv/libexec/pyenv-which
+ [pyenv:129] '[' -z /home/vagrant/.pyenv/libexec/pyenv-which ']'
+ [pyenv:137] shift 1
+ [pyenv:138] '[' py.test = --help ']'
+ [pyenv:145] exec /home/vagrant/.pyenv/libexec/pyenv-which py.test
+ [pyenv-which:14] '[' py.test = --complete ']'
+ [pyenv-which:30] PYENV_COMMAND=py.test
+ [pyenv-which:32] '[' -z py.test ']'
+ [pyenv-which:37] OLDIFS='
'
+ [pyenv-which:38] IFS=:
+ [pyenv-which:38] versions=(${PYENV_VERSION:-$(pyenv-version-name)})
+ [pyenv-which:39] IFS='
'
+ [pyenv-which:41] for version in "${versions[@]}"
+ [pyenv-which:42] '[' 3.6.6 = system ']'
+ [pyenv-which:46] PYENV_COMMAND_PATH=/home/vagrant/.pyenv/versions/3.6.6/bin/py.test
+ [pyenv-which:48] '[' -x /home/vagrant/.pyenv/versions/3.6.6/bin/py.test ']'
+ [pyenv-which:53] OLDIFS='
'
+ [pyenv-which:54] IFS='
'
+ [pyenv-which:54] scripts=(`pyenv-hooks which`)
++ [pyenv-which:54] pyenv-hooks which
+ [pyenv-hooks:9] '[' which = --complete ']'
+ [pyenv-hooks:18] PYENV_COMMAND=which
+ [pyenv-hooks:19] '[' -z which ']'
+ [pyenv-hooks:24] enable -f /home/vagrant/.pyenv/libexec/pyenv-realpath.dylib realpath
+ [pyenv-hooks:25] '[' -n '' ']'
++ [pyenv-hooks:29] type -p greadlink readlink
++ [pyenv-hooks:29] head -1
+ [pyenv-hooks:29] READLINK=/usr/bin/readlink
+ [pyenv-hooks:30] '[' -z /usr/bin/readlink ']'
+ [pyenv-hooks:55] IFS=:
+ [pyenv-hooks:55] hook_paths=($PYENV_HOOK_PATH)
+ [pyenv-hooks:57] shopt -s nullglob
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:59] for script in "$path/$PYENV_COMMAND"/*.bash
+ [pyenv-hooks:60] realpath /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash
+ [pyenv-hooks:40] local path=/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash
+ [pyenv-hooks:41] local name
+ [pyenv-hooks:44] '[' -n /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash ']'
+ [pyenv-hooks:45] name=conda.bash
+ [pyenv-hooks:46] '[' conda.bash = /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash ']'
+ [pyenv-hooks:46] cd /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which
++ [pyenv-hooks:47] resolve_link conda.bash
++ [pyenv-hooks:36] /usr/bin/readlink conda.bash
++ [pyenv-hooks:47] true
+ [pyenv-hooks:47] path=
+ [pyenv-hooks:44] '[' -n '' ']'
+ [pyenv-hooks:50] echo /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash
+ [pyenv-hooks:59] for script in "$path/$PYENV_COMMAND"/*.bash
+ [pyenv-hooks:60] realpath /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash
+ [pyenv-hooks:40] local path=/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash
+ [pyenv-hooks:41] local name
+ [pyenv-hooks:44] '[' -n /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash ']'
+ [pyenv-hooks:45] name=python-config.bash
+ [pyenv-hooks:46] '[' python-config.bash = /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash ']'
+ [pyenv-hooks:46] cd /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which
++ [pyenv-hooks:47] resolve_link python-config.bash
++ [pyenv-hooks:36] /usr/bin/readlink python-config.bash
++ [pyenv-hooks:47] true
+ [pyenv-hooks:47] path=
+ [pyenv-hooks:44] '[' -n '' ']'
+ [pyenv-hooks:50] echo /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash
+ [pyenv-hooks:59] for script in "$path/$PYENV_COMMAND"/*.bash
+ [pyenv-hooks:60] realpath /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash
+ [pyenv-hooks:40] local path=/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash
+ [pyenv-hooks:41] local name
+ [pyenv-hooks:44] '[' -n /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash ']'
+ [pyenv-hooks:45] name=system-site-packages.bash
+ [pyenv-hooks:46] '[' system-site-packages.bash = /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash ']'
+ [pyenv-hooks:46] cd /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which
++ [pyenv-hooks:47] resolve_link system-site-packages.bash
++ [pyenv-hooks:36] /usr/bin/readlink system-site-packages.bash
++ [pyenv-hooks:47] true
+ [pyenv-hooks:47] path=
+ [pyenv-hooks:44] '[' -n '' ']'
+ [pyenv-hooks:50] echo /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:59] for script in "$path/$PYENV_COMMAND"/*.bash
+ [pyenv-hooks:60] realpath /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash
+ [pyenv-hooks:40] local path=/home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash
+ [pyenv-hooks:41] local name
+ [pyenv-hooks:44] '[' -n /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash ']'
+ [pyenv-hooks:45] name=lookup_from_path.bash
+ [pyenv-hooks:46] '[' lookup_from_path.bash = /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash ']'
+ [pyenv-hooks:46] cd /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which
++ [pyenv-hooks:47] resolve_link lookup_from_path.bash
++ [pyenv-hooks:36] /usr/bin/readlink lookup_from_path.bash
++ [pyenv-hooks:47] true
+ [pyenv-hooks:47] path=
+ [pyenv-hooks:44] '[' -n '' ']'
+ [pyenv-hooks:50] echo /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:59] for script in "$path/$PYENV_COMMAND"/*.bash
+ [pyenv-hooks:60] realpath /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash
+ [pyenv-hooks:40] local path=/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash
+ [pyenv-hooks:41] local name
+ [pyenv-hooks:44] '[' -n /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash ']'
+ [pyenv-hooks:45] name=conda.bash
+ [pyenv-hooks:46] '[' conda.bash = /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash ']'
+ [pyenv-hooks:46] cd /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which
++ [pyenv-hooks:47] resolve_link conda.bash
++ [pyenv-hooks:36] /usr/bin/readlink conda.bash
++ [pyenv-hooks:47] true
+ [pyenv-hooks:47] path=
+ [pyenv-hooks:44] '[' -n '' ']'
+ [pyenv-hooks:50] echo /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash
+ [pyenv-hooks:59] for script in "$path/$PYENV_COMMAND"/*.bash
+ [pyenv-hooks:60] realpath /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash
+ [pyenv-hooks:40] local path=/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash
+ [pyenv-hooks:41] local name
+ [pyenv-hooks:44] '[' -n /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash ']'
+ [pyenv-hooks:45] name=python-config.bash
+ [pyenv-hooks:46] '[' python-config.bash = /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash ']'
+ [pyenv-hooks:46] cd /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which
++ [pyenv-hooks:47] resolve_link python-config.bash
++ [pyenv-hooks:36] /usr/bin/readlink python-config.bash
++ [pyenv-hooks:47] true
+ [pyenv-hooks:47] path=
+ [pyenv-hooks:44] '[' -n '' ']'
+ [pyenv-hooks:50] echo /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash
+ [pyenv-hooks:59] for script in "$path/$PYENV_COMMAND"/*.bash
+ [pyenv-hooks:60] realpath /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash
+ [pyenv-hooks:40] local path=/home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash
+ [pyenv-hooks:41] local name
+ [pyenv-hooks:44] '[' -n /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash ']'
+ [pyenv-hooks:45] name=system-site-packages.bash
+ [pyenv-hooks:46] '[' system-site-packages.bash = /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash ']'
+ [pyenv-hooks:46] cd /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which
++ [pyenv-hooks:47] resolve_link system-site-packages.bash
++ [pyenv-hooks:36] /usr/bin/readlink system-site-packages.bash
++ [pyenv-hooks:47] true
+ [pyenv-hooks:47] path=
+ [pyenv-hooks:44] '[' -n '' ']'
+ [pyenv-hooks:50] echo /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:59] for script in "$path/$PYENV_COMMAND"/*.bash
+ [pyenv-hooks:60] realpath /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash
+ [pyenv-hooks:40] local path=/home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash
+ [pyenv-hooks:41] local name
+ [pyenv-hooks:44] '[' -n /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash ']'
+ [pyenv-hooks:45] name=lookup_from_path.bash
+ [pyenv-hooks:46] '[' lookup_from_path.bash = /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash ']'
+ [pyenv-hooks:46] cd /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which
++ [pyenv-hooks:47] resolve_link lookup_from_path.bash
++ [pyenv-hooks:36] /usr/bin/readlink lookup_from_path.bash
++ [pyenv-hooks:47] true
+ [pyenv-hooks:47] path=
+ [pyenv-hooks:44] '[' -n '' ']'
+ [pyenv-hooks:50] echo /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash
+ [pyenv-hooks:63] shopt -u nullglob
+ [pyenv-which:55] IFS='
'
+ [pyenv-which:56] for script in "${scripts[@]}"
+ [pyenv-which:57] source /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash
++ [conda.bash:4] '[' '!' -x /home/vagrant/.pyenv/versions/3.6.6/bin/py.test ']'
++ [conda.bash:4] [[ py.test == \c\o\n\d\a ]]
+ [pyenv-which:56] for script in "${scripts[@]}"
+ [pyenv-which:57] source /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash
++ [python-config.bash:6] '[' '!' -x /home/vagrant/.pyenv/versions/3.6.6/bin/py.test ']'
++ [python-config.bash:6] [[ py.test == \p\y\t\h\o\n*\-\c\o\n\f\i\g ]]
+ [pyenv-which:56] for script in "${scripts[@]}"
+ [pyenv-which:57] source /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash
++ [system-site-packages.bash:6] '[' '!' -x /home/vagrant/.pyenv/versions/3.6.6/bin/py.test ']'
++ [system-site-packages.bash:7] OLDIFS='
'
++ [system-site-packages.bash:8] IFS=:
+++ [system-site-packages.bash:9] pyenv-version-name
+ [pyenv-version-name:6] '[' -z 3.6.6 ']'
+ [pyenv-version-name:11] OLDIFS='
'
+ [pyenv-version-name:12] IFS='
'
+ [pyenv-version-name:12] scripts=(`pyenv-hooks version-name`)
++ [pyenv-version-name:12] pyenv-hooks version-name
+ [pyenv-hooks:9] '[' version-name = --complete ']'
+ [pyenv-hooks:18] PYENV_COMMAND=version-name
+ [pyenv-hooks:19] '[' -z version-name ']'
+ [pyenv-hooks:24] enable -f /home/vagrant/.pyenv/libexec/pyenv-realpath.dylib realpath
+ [pyenv-hooks:25] '[' -n '' ']'
++ [pyenv-hooks:29] type -p greadlink readlink
++ [pyenv-hooks:29] head -1
+ [pyenv-hooks:29] READLINK=/usr/bin/readlink
+ [pyenv-hooks:30] '[' -z /usr/bin/readlink ']'
+ [pyenv-hooks:55] IFS=:
+ [pyenv-hooks:55] hook_paths=($PYENV_HOOK_PATH)
+ [pyenv-hooks:57] shopt -s nullglob
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:58] for path in "${hook_paths[@]}"
+ [pyenv-hooks:63] shopt -u nullglob
+ [pyenv-version-name:13] IFS='
'
+ [pyenv-version-name:18] '[' -z 3.6.6 ']'
+ [pyenv-version-name:18] '[' 3.6.6 = system ']'
+ [pyenv-version-name:28] versions=()
+ [pyenv-version-name:29] OLDIFS='
'
+ [pyenv-version-name:30] IFS=:
+ [pyenv-version-name:31] any_not_installed=0
+ [pyenv-version-name:32] for version in ${PYENV_VERSION}
+ [pyenv-version-name:33] version_exists 3.6.6
+ [pyenv-version-name:24] local version=3.6.6
+ [pyenv-version-name:25] '[' -d /home/vagrant/.pyenv/versions/3.6.6 ']'
+ [pyenv-version-name:34] versions=("${versions[@]}" "${version}")
+ [pyenv-version-name:43] IFS='
'
+ [pyenv-version-name:45] OLDIFS='
'
+ [pyenv-version-name:46] IFS=:
+ [pyenv-version-name:47] echo 3.6.6
+ [pyenv-version-name:49] IFS='
'
+ [pyenv-version-name:51] '[' 0 = 1 ']'
++ [system-site-packages.bash:9] version=3.6.6
++ [system-site-packages.bash:10] IFS='
'
++ [system-site-packages.bash:11] '[' -f /home/vagrant/.pyenv/versions/3.6.6/bin/activate ']'
+ [pyenv-which:56] for script in "${scripts[@]}"
+ [pyenv-which:57] source /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash
++ [lookup_from_path.bash:18] '[' -n py.test ']'
++ [lookup_from_path.bash:18] '[' '!' -x /home/vagrant/.pyenv/versions/3.6.6/bin/py.test ']'
+++ [lookup_from_path.bash:19] lookup_from_path py.test
++++ [lookup_from_path.bash:14] remove_from_path /home/vagrant/.pyenv/shims
++++ [lookup_from_path.bash:2] local path_to_remove=/home/vagrant/.pyenv/shims
++++ [lookup_from_path.bash:3] local path_before
++++ [lookup_from_path.bash:4] local result=:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:
++++ [lookup_from_path.bash:5] '[' '' '!=' :/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin: ']'
++++ [lookup_from_path.bash:6] path_before=:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:
++++ [lookup_from_path.bash:7] result=:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:
++++ [lookup_from_path.bash:5] '[' :/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin: '!=' :/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin: ']'
++++ [lookup_from_path.bash:6] path_before=:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:
++++ [lookup_from_path.bash:7] result=:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:
++++ [lookup_from_path.bash:5] '[' :/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin: '!=' :/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin: ']'
++++ [lookup_from_path.bash:9] result=:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
++++ [lookup_from_path.bash:10] echo /home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+++ [lookup_from_path.bash:14] PATH=/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/versions/2.7.14/bin:/home/vagrant/.pyenv/libexec:/home/vagrant/.pyenv/plugins/python-build/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/bin:/home/vagrant/.pyenv/plugins/pyenv-update/bin:/home/vagrant/.pyenv/plugins/pyenv-installer/bin:/home/vagrant/.pyenv/plugins/pyenv-doctor/bin:/home/vagrant/.pyenv/plugins/pyenv-virtualenv/shims:/home/vagrant/.pyenv/bin:/home/vagrant/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+++ [lookup_from_path.bash:14] command -v py.test
++ [lookup_from_path.bash:19] PYENV_COMMAND_PATH=/home/vagrant/.pyenv/versions/2.7.14/bin/py.test
+ [pyenv-which:56] for script in "${scripts[@]}"
+ [pyenv-which:57] source /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/conda.bash
++ [conda.bash:4] '[' '!' -x /home/vagrant/.pyenv/versions/2.7.14/bin/py.test ']'
+ [pyenv-which:56] for script in "${scripts[@]}"
+ [pyenv-which:57] source /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/python-config.bash
++ [python-config.bash:6] '[' '!' -x /home/vagrant/.pyenv/versions/2.7.14/bin/py.test ']'
+ [pyenv-which:56] for script in "${scripts[@]}"
+ [pyenv-which:57] source /home/vagrant/.pyenv/plugins/pyenv-virtualenv/etc/pyenv.d/which/system-site-packages.bash
++ [system-site-packages.bash:6] '[' '!' -x /home/vagrant/.pyenv/versions/2.7.14/bin/py.test ']'
+ [pyenv-which:56] for script in "${scripts[@]}"
+ [pyenv-which:57] source /home/vagrant/.pyenv/plugins/pyenv-which-ext/etc/pyenv.d/which/lookup_from_path.bash
++ [lookup_from_path.bash:18] '[' -n py.test ']'
++ [lookup_from_path.bash:18] '[' '!' -x /home/vagrant/.pyenv/versions/2.7.14/bin/py.test ']'
+ [pyenv-which:60] '[' -x /home/vagrant/.pyenv/versions/2.7.14/bin/py.test ']'
+ [pyenv-which:61] echo /home/vagrant/.pyenv/versions/2.7.14/bin/py.test
/home/vagrant/.pyenv/versions/2.7.14/bin/py.test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment