Fix list-all
This commit is contained in:
parent
286cfcd5fe
commit
c4f49e5c2b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ list_all() {
|
|||
local tmp_download_dir="$(mktemp -d -t asdf-python.XXX)"
|
||||
download_python_build $tmp_download_dir > /dev/null 2>&1
|
||||
local python_build="$tmp_download_dir/pyenv/plugins/python-build/bin/python-build"
|
||||
$python_build --definitions
|
||||
$python_build --definitions | tr '\n' ' '
|
||||
rm -rf "$tmp_download_dir"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue