Skip to content

docs: add multi-platform venv activation instructions to DeploymentGuide#177

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/activate-venv-script
Draft

docs: add multi-platform venv activation instructions to DeploymentGuide#177
Copilot wants to merge 2 commits intomainfrom
copilot/activate-venv-script

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 8, 2026

Section 5.1 of DeploymentGuide.md only covered Git Bash activation (source .venv/Scripts/activate), leaving Windows PowerShell users without a working command.

Changes

  • documents/DeploymentGuide.md: Replaced the single Git Bash-only activation command with platform-specific instructions:
    • Windows PowerShell: .venv\Scripts\Activate.ps1
    • Windows Command Prompt / Git Bash: .venv\Scripts\activate
    • macOS/Linux: source .venv/bin/activate
    • Added note about the (.venv) prompt indicator confirming activation

This aligns with the pattern already used in LocalDevelopmentSetup.md.

Original prompt

"c:\Users\v-pdj\OneDrive - Microsoft\Desktop\byocc\New folder (3)\customer-chatbot-solution-accelerator.venv\Scripts\Activate.ps1"

Created from Copilot CLI via the copilot delegate command.

Copilot AI changed the title [WIP] Add PowerShell script to activate virtual environment docs: add multi-platform venv activation instructions to DeploymentGuide Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants