asdf-python/bin/list-all

12 lines
189 B
Text
Raw Normal View History

2016-04-24 10:28:48 +01:00
#!/usr/bin/env bash
source $(dirname $0)/utils.sh
2016-04-24 10:28:48 +01:00
list_all() {
ensure_python_build_installed
$(python_build_path) --definitions | tr '\n' ' '
rm -rf "$tmp_download_dir"
}
2016-04-24 10:28:48 +01:00
list_all