-
Notifications
You must be signed in to change notification settings - Fork 519
Updated linux script install to use pip #5624
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
base: main
Are you sure you want to change the base?
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Linux script installation documentation to use pip with a virtual environment instead of the legacy installation script. This change aligns with modern Python packaging best practices and simplifies the installation process.
- Replaces the legacy
curl | bashinstallation script with pip-based installation in a Python virtual environment - Updates requirements to specify Python 3.8 or higher instead of specific versions
- Modernizes troubleshooting steps to reflect the new pip-based installation method
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
docs-ref-conceptual/Latest-version/includes/cli-install-linux-script.md
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
4a2321f to
a96e86f
Compare
This comment was marked as outdated.
This comment was marked as outdated.
|
Learn Build status updates of commit a96e86f: ✅ Validation status: passed
For more details, please refer to the build report. |
docs-ref-conceptual/Latest-version/includes/cli-install-linux-script.md
Outdated
Show resolved
Hide resolved
docs-ref-conceptual/Latest-version/includes/cli-install-linux-script.md
Outdated
Show resolved
Hide resolved
docs-ref-conceptual/Latest-version/includes/cli-install-linux-script.md
Outdated
Show resolved
Hide resolved
docs-ref-conceptual/Latest-version/includes/cli-install-linux-script.md
Outdated
Show resolved
Hide resolved
docs-ref-conceptual/Latest-version/includes/cli-install-linux-script.md
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit a2f3cdd: ✅ Validation status: passed
For more details, please refer to the build report. |
PR Summary
Fixes AB#496623, Fixes #5533 - Updated linux script install article to use pip.
PR Checklist