Skip to content

Commit

Permalink
Install from explicit dest_path instead of relative path. (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohinb2 committed Sep 9, 2024
1 parent 42c6620 commit 50a73ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runhouse/resources/hardware/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ def _sync_runhouse_to_cluster(
contents=True,
filter_options="- docs/",
)
rh_install_cmd = "python3 -m pip install ./runhouse"
rh_install_cmd = f"python3 -m pip install {dest_path}"

else:
# Package is installed in site-packages
Expand Down

0 comments on commit 50a73ea

Please sign in to comment.