Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve conflicts between command execution and system commands. #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.

None yet

1 participant