| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Pip dropped support for Python 2.x and 3.5, get bootstrap script that is ↵ | Sylvain Herlédan | 2021-01-25 | 1 | -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édan | 2018-09-17 | 1 | -6/+5 |
| | | |||||
| * | Upgrade pip when installing Python virtual environments with the venv method. | Sylvain Herlédan | 2018-09-17 | 1 | -0/+10 |
| | | |||||
| * | get-pip removed support for --user option: Python venv install script adapted. | Sylvain Herlédan | 2018-08-26 | 1 | -8/+8 |
| | | |||||
| * | Fix typo in the script for Python environment installation. | Sylvain Herlédan | 2018-07-11 | 1 | -1/+1 |
| | | |||||
| * | Update Python venv installation script. | Sylvain Herlédan | 2018-06-19 | 1 | -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édan | 2018-01-07 | 1 | -0/+60 |
