Skip to content

Conversation

@maneeshpathania
Copy link

The current Step 8 instructions use a Unix-style virtual environment path:

./labenv/bin/Activate.ps1

This path does not work on Windows.

Updated Step 8 to include platform-specific activation commands:

  • Bash (Linux/macOS/Cloud Shell): source labenv/bin/activate
  • Windows PowerShell: .\labenv\Scripts\Activate.ps1
  • Windows Command Prompt: Scripts\activate.bat

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.

1 participant