Remove python from Occlum commands

This commit is contained in:
Hui, Chunyang 2020-09-30 05:57:08 +00:00 committed by Zongmin.Gu
parent b97f903bf9
commit 4269395f1d

@ -33,8 +33,7 @@ if [ -f "$occlum_sgx_env" ]; then
fi
get_enclave_debuggable_flag() {
cat "$instance_dir/Occlum.json" | \
python -c "import sys, json; print json.load(sys.stdin)['metadata']['debuggable']"
jq '.metadata.debuggable' $instance_dir/Occlum.json
}
exit_error() {