Skip to content

Commit

Permalink
tie in installation hook
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Oct 25, 2023
1 parent f91a56d commit f06ad8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def main() -> int:
"Cannot install a new environment while in an activated environment. Please launch a new shell and try again."
)
return 1
platform_ensure_python_installed()

parser = argparse.ArgumentParser(description="Install the project.")
parser.add_argument(
Expand Down

0 comments on commit f06ad8f

Please sign in to comment.