Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Oct 25, 2023
1 parent 7b51d43 commit 78f86c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def main() -> int:
else:
print(f'{os.path.abspath("venv")} already exists')
assert os.path.exists("activate.sh"), "activate.sh does not exist"
_exe(f". activate.sh && pip install -e .")
_exe(f". ./activate.sh && pip install -e .")

print(
'Now use ". activate.sh" (at the project root dir) to enter into the environment.'
Expand Down

0 comments on commit 78f86c6

Please sign in to comment.