관리-도구
편집 파일: python3.4m-config
#!/bin/sh exec `dirname $0`/python3.4m-`uname -m`-config "$@" [ $? -eq 127 ] && echo "Could not find python3.4m-`uname -m`-config. Look around to see available arches." >&2