Skip to content

[fix]: 修复通过curl命令安装场下下ubuntu/debian等系统触发系统保护无法安装的openviking的问题#426

Merged
zhoujh01 merged 1 commit intovolcengine:mainfrom
LinQiang391:main
Mar 5, 2026
Merged

[fix]: 修复通过curl命令安装场下下ubuntu/debian等系统触发系统保护无法安装的openviking的问题#426
zhoujh01 merged 1 commit intovolcengine:mainfrom
LinQiang391:main

Conversation

@LinQiang391
Copy link
Contributor

Description

  • install.sh: PEP 668 and no-pip detection; venv (ensurepip / venv --without-pip + get-pip.py / virtualenv); reuse existing venv; plugin download retry and progress; OPENVIKING_ALLOW_BREAK_SYSTEM_PACKAGES opt-in; configPath as OPENVIKING_DIR/ov.conf (absolute)
  • install.ps1: configPath absolute (Join-Path OpenVikingDir ov.conf)
  • setup-helper/cli.js: configPath absolute (join OPENVIKING_DIR ov.conf)
  • INSTALL*.md: FAQ for externally-managed-environment and venv/pipx

Related Issue

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Performance improvement
  • Test update

Changes Made

Testing

  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have tested this on the following platforms:
    • Linux
    • macOS
    • Windows

Checklist

  • My code follows the project's coding style
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

Screenshots (if applicable)

Additional Notes

…_SYSTEM_PACKAGES opt-in, configPath absolute

- install.sh: PEP 668 and no-pip detection; venv (ensurepip / venv --without-pip + get-pip.py / virtualenv); reuse existing venv; plugin download retry and progress; OPENVIKING_ALLOW_BREAK_SYSTEM_PACKAGES opt-in; configPath as OPENVIKING_DIR/ov.conf (absolute)
- install.ps1: configPath absolute (Join-Path OpenVikingDir ov.conf)
- setup-helper/cli.js: configPath absolute (join OPENVIKING_DIR ov.conf)
- INSTALL*.md: FAQ for externally-managed-environment and venv/pipx
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@LinQiang391 LinQiang391 changed the title [fix]: 修复通过curl命令安装场下,ubuntu/debian等系统触发系统保护无法使用系统pip安装openviking [fix]: 修复通过curl命令安装场下下ubuntu/debian等系统触发系统保护无法安装的openviking的问题 Mar 5, 2026
@zhoujh01 zhoujh01 merged commit 656f483 into volcengine:main Mar 5, 2026
4 of 6 checks passed
@github-project-automation github-project-automation bot moved this from Backlog to Done in OpenViking project Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants