Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python: Allow installing multiple versions of python (#32) | Samruddhi Khandale | 2022-06-01 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * test * add overrideDefault * fix linking bug * fix bug 2 * fix bug 3 * fix bug 4 * fix python3 * fix spacing * fix bug * fix oryx bug * add missing $ * add mkdir * fix conditions * add additional linking * add current path * fix linking * Update src/python/feature.json Co-authored-by: Josh Spicer <joshspicer@github.com> * python version check * change exit code * change exit code * remove symlinks if present * fix symlinks * nit * change PATH * fix condition * change condition * add [] Co-authored-by: Josh Spicer <joshspicer@github.com> | ||||
* | python: bug fix when version = none (#14) | Samruddhi Khandale | 2022-05-16 | 1 | -0/+1 |
| | | | | | | | * python: bug fix * add missing "none" proposal * nit | ||||
* | Merge branch 'main' of https://github.com/devcontainers/features | Josh Spicer | 2022-05-13 | 1 | -1/+1 |
|\ | |||||
| * | Python: Use exposed installPath argument (#13) | Samruddhi Khandale | 2022-05-13 | 1 | -1/+1 |
| | | | | | | use exposed installPath arg | ||||
* | | add feature stubs for all | Josh Spicer | 2022-05-13 | 1 | -3/+14 |
|/ | |||||
* | restructure and update cli (#11) | Josh Spicer | 2022-05-12 | 1 | -0/+56 |
* restructure and update cli * typo |