First, identify the Bitnami Installation Type by running the command below,
binami@debian:~$ test ! -f "/opt/bitnami/common/bin/openssl" && echo "Approach A: Using system packages." || echo "Approach B: Self-contained installation."
Ref:
1) Deploy a Django project