bpo-37354: Make Powershell Activate.ps1 script static to allow for signing by d3r3kk · Pull Request #14967 · python/cpython

and others added 5 commits

July 25, 2019 09:56
- Remove use of replacement text in the script

- Make use of the pyvenv.cfg file for prompt value.

- Add parameters to allow more flexibility

- Make use of the current path, and assumptions about where �env puts things, to compensate

- Make the script a bit more 'idiomatic' Powershell

- Add script documentation (Get-Help .\.venv\Scripts\Activate.ps1 shows PS help page now
- with prompt
- with usage in Linux on PowerShell core

zooba

vsajip

@d3r3kk

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 12, 2019
…gning (pythonGH-14967)

- Remove use of replacement text in the script
- Make use of the pyvenv.cfg file for prompt value.
- Add parameters to allow more flexibility
- Make use of the current path, and assumptions about where env puts things, to compensate
- Make the script a bit more 'idiomatic' Powershell
- Add script documentation (Get-Help .\.venv\Scripts\Activate.ps1 shows PS help page now
(cherry picked from commit 732775d)

Co-authored-by: Derek Keeler <d3r3kk@users.noreply.github.com>

zooba pushed a commit that referenced this pull request

Aug 12, 2019
…for signing (GH-14967)

- Remove use of replacement text in the script
- Make use of the pyvenv.cfg file for prompt value.
- Add parameters to allow more flexibility
- Make use of the current path, and assumptions about where env puts things, to compensate
- Make the script a bit more 'idiomatic' Powershell
- Add script documentation (Get-Help .\.venv\Scripts\Activate.ps1 shows PS help page now
(cherry picked from commit 732775d)

Co-authored-by: Derek Keeler <d3r3kk@users.noreply.github.com>

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
…gning (pythonGH-14967)

- Remove use of replacement text in the script
- Make use of the pyvenv.cfg file for prompt value.
- Add parameters to allow more flexibility
- Make use of the current path, and assumptions about where env puts things, to compensate
- Make the script a bit more 'idiomatic' Powershell
- Add script documentation (Get-Help .\.venv\Scripts\Activate.ps1 shows PS help page now

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
…gning (pythonGH-14967)

- Remove use of replacement text in the script
- Make use of the pyvenv.cfg file for prompt value.
- Add parameters to allow more flexibility
- Make use of the current path, and assumptions about where env puts things, to compensate
- Make the script a bit more 'idiomatic' Powershell
- Add script documentation (Get-Help .\.venv\Scripts\Activate.ps1 shows PS help page now

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request

Jul 20, 2020
…gning (pythonGH-14967)

- Remove use of replacement text in the script
- Make use of the pyvenv.cfg file for prompt value.
- Add parameters to allow more flexibility
- Make use of the current path, and assumptions about where env puts things, to compensate
- Make the script a bit more 'idiomatic' Powershell
- Add script documentation (Get-Help .\.venv\Scripts\Activate.ps1 shows PS help page now