This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
asdf-python/bin/list-all

12 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() {
ensure_python_build_installed
$(python_build_path) --definitions | tr '\n' ' '
}
2016-04-24 10:28:48 +01:00
list_all