Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
akenmorris committed Nov 16, 2023
1 parent 65f1e97 commit 2745104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_shapeworks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function install_conda() {
# for network analysis
if [[ "$(uname)" == "Linux" ]]; then
if ! pip install open3d-cpu==0.17.0; then return 1; fi
elif [[ "$(uname)" == "Darwin" ]] then
elif [[ "$(uname)" == "Darwin" ]]; then
if ! pip install open3d==0.17.0; then return 1; fi
# fix hard-coded homebrew libomp.dylib
pushd $CONDA_PREFIX/lib/python3.9/site-packages/open3d/cpu
Expand Down

0 comments on commit 2745104

Please sign in to comment.