generalruby

Understand Python site packages

NOTE: For an isolated environment, Bitnami disables user site-packages in Python’s sys.path. If you have Bitnami Python applications running, enabling the user site-packages could break your installation.

To enable this, edit the /opt/bitnami/python/Lib/site.py file and replace the line

ENABLE_USER_SITE = False

with

ENABLE_USER_SITE = None
Last modification July 1, 2020