aboutsummaryrefslogtreecommitdiff
path: root/src/python/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Adds httpProxy option to Python Feature (#532)feature_python_1.1.0Felix Altenberg2023-04-281-0/+5
| | | | | | | | | | | | | | * Adds httpProxy option to Python Feature This option allows GPG to use a HTTP proxy to fetch keys from remote keyservers * Updating minor version Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com> * Fixes minor formatting error --------- Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
* Add pytest to Python Feature (#487)feature_python_1.0.22Daniel Ciborowski2023-03-141-1/+1
| | | | | | | | | | | | | * Update install.sh * Update install_additional_python.sh * Update install_os_provided_python.sh * Update install_via_oryx.sh * Update test.sh * Update devcontainer-feature.json
* Fix typos in comments / *.md (#396)Samruddhi Khandale2023-01-171-1/+1
|
* Update GPG_KEY_SERVERS: Remove `:80` from Ubuntu Keyserver (#354)Samruddhi Khandale2022-12-211-18/+1
| | | | | * Update GPG_KEY_SERVERS: Remove `:80` from Ubuntu Keyserver * Fix ruby tests
* Use _REMOTE_USER when available (#264)Chuck Lantz2022-11-291-11/+11
| | | | | | | | | | | | | | | | | | * Use _REMOTE_USER when available * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Fix java test issue - JDK 18 not available for the "open" distro * Bump breakfix numbers Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> Co-authored-by: Josh Spicer <joshspicer@github.com>
* Proposal for fix of #312 (#313)Claudio Bandera2022-11-281-2/+2
| | | | | | | * Proposal for fix of #312 This change moves the directory separator into the `PIPX_DIR` variable in order to not introduce an error in the case pipx has already been installed systemwide. * Bump patch version of python feature to 1.0.16
* Oryx: Build with .NET 6 (#298)Samruddhi Khandale2022-11-171-1/+1
| | | | | | | | | | | | | * Oryx: Install dotnet 3.1 runtime * fix tests * build with .NET 6 + add tests * add tests * fix tests * shellcheck: nit
* Python bug fix - Add jupyterlab even if python is not installed by Feature ↵Samruddhi Khandale2022-11-161-2/+11
| | | | | | | | | | | but exists (#244) * python fix bug * fix test * address comments * address comment
* Add git extension for JupyterLab to Python feature (#286)JP Ungaretti2022-11-141-0/+1
| | | | | * Add git extension * Bump version
* Fix regression with Azure CLI, privs (#272)Chuck Lantz2022-11-111-12/+20
|
* Fix python feature issue #258, improve tests, fix oryx bug (#261)Chuck Lantz2022-11-071-4/+11
| | | | * Fix #258, improve tests, fix oryx bug * Drop Debian 9 from tests given it is out of support
* Ensure remove apt-update cache at the beginning and end of the scripts (#210)eitsupi2022-10-111-4/+11
| | | | | * remove apt lists * bump versions
* Fix additional Python and JupyterLab edge case (#182)JP Ungaretti2022-09-261-0/+2
| | | | | | | | | | | | | | | * Remove bloat from JupyterLab test * Check location of JupyterLab installation * Remove common-utils * Add failing additional with JL test * Fix Python feature * Update scenario images * Bump patch version
* Rename JupyterLab config file (#174)JP Ungaretti2022-09-201-1/+1
| | | | | * Rename JupyterLab config file * Bump version
* Fix bug - Python: Error installing os-provided python (#112)Samruddhi Khandale2022-08-231-10/+16
| | | | | * python: fix bug * bump versions
* favor correctness by removing `apt update ...` short-circuiting (#98)Josh Spicer2022-08-231-10/+5
| | | | | | | | | * favor correctness by removing apt update shortciruiting * Update install.sh * apt_get_upadate in node * update test
* Options: Follow camelCase (#89)Samruddhi Khandale2022-08-111-5/+5
| | | rename Options
* Remove lingering TODO from Python feature (#87)JP Ungaretti2022-08-101-1/+0
|
* Python: Install additional versions (#58)Samruddhi Khandale2022-07-011-22/+46
| | | | | | | | | | | * additional install * update test * nit * fix test Co-authored-by: Josh Spicer <joshspicer@github.com>
* Python: Install python tools if python exists (#51)Samruddhi Khandale2022-06-181-10/+9
| | | | | | | | | | | | | * fix python * fix [] * fix group * fix path * remove duplicate chown * use INSTALL_PATH's py
* Fix permissions: add username:user_group (#50)Samruddhi Khandale2022-06-151-2/+2
| | | | | | | | | * add username:user_group * fix remaining permissions * add * * remove *
* python: fix condition when version=noneSamruddhi Khandale2022-06-141-2/+1
|
* add missing user groups to fix permission issues for non root user (#45)Samruddhi Khandale2022-06-131-0/+13
| | | | | | | * add missing user groups * fix username * move chmod: anaconda
* Merge JupyterLab feature into Python feature (#40)JP Ungaretti2022-06-081-46/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Restructure tools installation * Tweak bash and zsh config * Remove extra space * Update comments * Add option to install JupyterLab * Add option to configure JupyterLab * Add option to install ML packages * Remove deprecated JuptyerLab feature * Add new arguments to Python feature * Remove trailing whitespace * Organize new arguments * Resolve feedback * Create new scenario for JupyterLab * Fix user in JupyterLab scenario * Revert changes to Python test * Remove ML packages * Update test names * Rename CORS option
* fix miscellaneous bugs (#41)Samruddhi Khandale2022-06-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add recursive linking * temp change * fix xdebug * fix rbenv xdebug * fix hugo * remove suffix * php: fix config * fix anaconda and oryx * fix xdebug * fixes php * bug fix: composer * anaconda * nit * fix shellchecker * shellchecker
* Pass options via environment variables (#39)Josh Spicer2022-06-031-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * up to docker-in-docker converted * first pass at the rest of the features (and bash linting and updated CLI * move shell linter to own file * rename feature.json -> devcontainer-feature.json * continue on error * continue on error in right spot * formatting * fix AZ_VERSION * update python * restore variable name * update linter actions, fix dind/dfd/desktop scripts, add test-scenaerios * add tree because I like tree * glob for shell linter * fix test-scenarios * shell linter * more shell helper
* Python: Allow installing multiple versions of python (#32)Samruddhi Khandale2022-06-011-21/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Khandale2022-05-161-1/+1
| | | | | | | * python: bug fix * add missing "none" proposal * nit
* restructure and update cli (#11)Josh Spicer2022-05-121-0/+354
* restructure and update cli * typo