Skip to content

Conversation

d4rk30
Copy link

@d4rk30 d4rk30 commented Apr 16, 2024

Fix some issues:

  1. During project initialization, it's necessary to check if the required tools are installed in the local environment. The check should inspect whether the necessary tools are present in the bin directory of go env, rather than simply checking for their existence in the bash commands. If there are similarly named tools in the bash commands but they are not the same, it could lead to installation being ignored, causing errors in subsequent execution.
  2. When executing commands in the passive package, ensure the use of tools from the bin directory of go env to avoid conflicts with similarly named tools that come with the system."

…nt variables and the commands in the passive package, use the commands from the passive package.
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