Skip to content

Commit 9d2d8a3

Browse files
Copilotl0lawrence
andcommitted
Fix Windows activation command paths with correct casing
Co-authored-by: l0lawrence <[email protected]>
1 parent 7af3381 commit 9d2d8a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
- All Python operations (pip, tox, pytest, etc.) must be executed within an activated virtual environment
2222
- Create a virtual environment using: `python -m venv env`
2323
- Activate before running commands:
24-
- Windows (PowerShell): `env\scripts\activate`
24+
- Windows (PowerShell): `env\Scripts\Activate.ps1`
2525
- Linux/Mac: `source env/bin/activate`
26-
- Windows (CMD): `env\scripts\activate.bat`
26+
- Windows (CMD): `env\Scripts\activate.bat`
2727
- Reference: [Python virtual environment documentation](https://docs.python.org/3/tutorial/venv.html)
2828
- Reference: [Azure SDK dev setup guide](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/dev_setup.md)
2929

0 commit comments

Comments
 (0)