How to force "python -m site" ENABLE_USER_SITE to false?
Malcolm Greene
python at bdurham.com
Fri Jun 21 10:23:28 EDT 2019
More information about the Python-list mailing list
Fri Jun 21 10:23:28 EDT 2019
- Previous message (by thread): How to force "python -m site" ENABLE_USER_SITE to false?
- Next message (by thread): Python refactoring question and create dynamic attributes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> From: Ed Leafe <ed at leafe.com> > StackOverflow: https://stackoverflow.com/questions/25584276/how-to-disable-site-enable-user-site-for-an-environment Thanks Ed! My takeaway from the above article and our path going forward is to explictly force ENABLE_USER_SITE to false via Python's "-s" switch. Malcolm
- Previous message (by thread): How to force "python -m site" ENABLE_USER_SITE to false?
- Next message (by thread): Python refactoring question and create dynamic attributes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list