mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
9 lines
464 B
Markdown
9 lines
464 B
Markdown
# This mod is deprecated since Python2 is EOL.
|
|
|
|
# Python2 - Docker mod for code-server
|
|
|
|
This mod adds a python2 dev environment to code-server, to be installed/updated during container start.
|
|
|
|
In code-server docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:code-server-python2`
|
|
|
|
If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=linuxserver/mods:code-server-python2|linuxserver/mods:code-server-mod2` |