This commit is contained in:
jennypng 2025-12-01 10:09:56 -08:00 committed by azure-sdk
parent e733a0567e
commit 0b69e13a97

View File

@ -16,6 +16,6 @@ The user can specify multiple languages to check. If the user wants to check all
## Output
Display results in an informative and concise step-by-step instructional format, highlighting any missing dependencies that need to be addressed and how to resolve them. Organize requirements by language category.
Based on the user's shell environment, enhance the tool instructions with shell-specific commands for setting environment variables or installing dependencies.
Based on the user's shell environment, enhance the tool instructions with shell-specific commands for resolving missing dependencies.
When Python tool requirements fail, inform the user about the `AZSDKTOOLS_PYTHON_VENV_PATH` environment variable if they have setup issues. The verify-setup tool can only check Python requirements within the virtual environment specified by this environment variable.