Commit 46929ffe by Clinton Blackburn

Disabled removal of Python libs on LMS and Studio

This environment variable instructs edxapp to NOT remove old Python libs when install prerequisites since our images/containers will never have the older versions.
parent 09117025
...@@ -99,6 +99,8 @@ services: ...@@ -99,6 +99,8 @@ services:
- mysql - mysql
- memcached - memcached
- mongo - mongo
environment:
NO_PYTHON_UNINSTALL: 1
image: edxops/edxapp:latest image: edxops/edxapp:latest
ports: ports:
- "18000:18000" - "18000:18000"
...@@ -110,6 +112,8 @@ services: ...@@ -110,6 +112,8 @@ services:
- mysql - mysql
- memcached - memcached
- mongo - mongo
environment:
NO_PYTHON_UNINSTALL: 1
image: edxops/edxapp:latest image: edxops/edxapp:latest
ports: ports:
- "18010:18010" - "18010:18010"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment