asdf-python/bin/list-all

11 lines
165 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() {
2018-04-06 09:14:25 +01:00
install_or_update_python_build
2022-08-22 06:15:33 +01:00
$(python_build_path) --definitions | tr '\n' ' '
}
2016-04-24 10:28:48 +01:00
list_all