Skip to content

Commit

Permalink
fix: always access 'uv' via sys.executable so it won't be missing
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvandernoord committed Mar 4, 2024
1 parent 5efbff2 commit 693708e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/uvx/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ def list_venvs(short: bool = False, verbose: bool = False, json: bool = False):
_list_normal(name, metadata, verbose=verbose)


# run


@app.command(context_settings={"allow_extra_args": True, "ignore_unknown_options": True})
def runuv(venv: str, ctx: Context):
Expand Down

0 comments on commit 693708e

Please sign in to comment.