Skip to content

Python: Fix environment variable set statement in py DEV_SETUP#5006

Merged
westey-m merged 1 commit intomicrosoft:mainfrom
westey-m:fix-env-var-set-dev-setup
Mar 31, 2026
Merged

Python: Fix environment variable set statement in py DEV_SETUP#5006
westey-m merged 1 commit intomicrosoft:mainfrom
westey-m:fix-env-var-set-dev-setup

Conversation

@westey-m
Copy link
Copy Markdown
Contributor

Motivation and Context

Description

Contribution Checklist

  • The code builds clean without any errors or warnings
  • The PR follows the Contribution Guidelines
  • All unit tests pass, and I have added new tests where possible
  • Is this a breaking change? If yes, add "[BREAKING]" prefix to the title of the PR.

Copilot AI review requested due to automatic review settings March 31, 2026 18:13
@markwallace-microsoft markwallace-microsoft added documentation Improvements or additions to documentation python labels Mar 31, 2026
@github-actions github-actions bot changed the title Fix environment variable set statement in py DEV_SETUP Python: Fix environment variable set statement in py DEV_SETUP Mar 31, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Python developer setup instructions to use correct bash syntax for setting the PYTHON_VERSION variable before creating a uv virtual environment.

Changes:

  • Fixes the environment variable assignment from invalid $PYTHON_VERSION = "3.10" to valid PYTHON_VERSION="3.10" in the bash setup snippet.

@westey-m westey-m added this pull request to the merge queue Mar 31, 2026
Merged via the queue into microsoft:main with commit 47a8a30 Mar 31, 2026
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants