Skip to content

Commit

Permalink
update installation and get rid of error
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Jun 23, 2024
1 parent 93f9fc4 commit 1257e65
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,6 @@ def modify_activate_script() -> None:


def main() -> int:
in_activated_env = os.environ.get("IN_ACTIVATED_ENV", "0") == "1"
if in_activated_env:
print(
"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 1257e65

Please sign in to comment.