aboutsummaryrefslogtreecommitdiffstats
path: root/python_install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Install environment at the root of the target directory.HEADmasterSylvain Herlédan2021-08-291-4/+7
| | | | | It was done in a subdirectory named "env" before, so all virtual environments created with this scripts appeared as "env" in the command line prompt.
* Update URL for the get-pip.sh script.Sylvain Herlédan2021-08-291-1/+1
|
* Pip dropped support for Python 2.x and 3.5, get bootstrap script that is ↵Sylvain Herlédan2021-01-251-5/+6
| | | | specific to these Python versions instead of the generic one when necessary.
* Put pip cache inside the virtual environment regardless of the install method.Sylvain Herlédan2018-09-171-6/+5
|
* Upgrade pip when installing Python virtual environments with the venv method.Sylvain Herlédan2018-09-171-0/+10
|
* get-pip removed support for --user option: Python venv install script adapted.Sylvain Herlédan2018-08-261-8/+8
|
* Fix typo in the script for Python environment installation.Sylvain Herlédan2018-07-111-1/+1
|
* Update Python venv installation script.Sylvain Herlédan2018-06-191-13/+101
| | | | Previous script did not work anymore with recent versions of Python.
* Add script to create a Python virtualenv properly isolated from the system.Sylvain Herlédan2018-01-071-0/+60