Skip to content

Commit

Permalink
use pip since global devenv might be too old for update cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuarli committed Oct 16, 2024
1 parent 859f3c5 commit 93caef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devenv/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def check_minimum_version(minimum_version: str):
Please run the following to update your global devenv to the minimum:
{constants.root}/bin/devenv update {minimum_version}
{constants.root}/venv/bin/pip install -U 'sentry-devenv=={minimum_version}'
Then, use it to run sync this one time.
Expand Down

0 comments on commit 93caef6

Please sign in to comment.