Skip to content

Commit

Permalink
Override PIP_REQUIRE_VIRTUALENV on UniGetUI (fix #3231)
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Feb 4, 2025
1 parent c276eb6 commit b35d417
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/UniGetUI.PackageEngine.Managers.Pip/Pip.cs
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ protected override ManagerStatus LoadManager()
return status;
}


Environment.SetEnvironmentVariable("PIP_REQUIRE_VIRTUALENV", "false", EnvironmentVariableTarget.Process);
return status;
}
}
Expand Down

0 comments on commit b35d417

Please sign in to comment.