diff --git a/run_create_bucket.sh b/run_create_bucket.sh index 585f97a..3c3f602 100644 --- a/run_create_bucket.sh +++ b/run_create_bucket.sh @@ -2,5 +2,5 @@ set -o allexport; source .env; set +o allexport -pip install Minio -python ./create_bucket.py \ No newline at end of file +pip3 install Minio +python3 ./create_bucket.py