Compare commits
3 Commits
b1a3020bf3
...
6300cdc559
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6300cdc559 | ||
|
|
0b69e13a97 | ||
|
|
e733a0567e |
@ -14,6 +14,8 @@ Your goal is to identify the project repo root, and pass in the `packagePath` to
|
|||||||
The user can specify multiple languages to check. If the user wants to check all languages, pass in ALL supported languages. Passing in no languages will only check the core requirements.
|
The user can specify multiple languages to check. If the user wants to check all languages, pass in ALL supported languages. Passing in no languages will only check the core requirements.
|
||||||
|
|
||||||
## Output
|
## Output
|
||||||
Display results in a user-friendly and concise format, highlighting any missing dependencies that need to be addressed and how to resolve them.
|
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 resolving missing dependencies. First output a summary of all missing requirements, and then begin trying to install each one for the user.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user