Skip to content

Commit

Permalink
update conda install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
luigifreda committed Jun 8, 2020
1 parent ebcf875 commit 84b47f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install_all_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set -e
. pyenv-conda-create.sh

# build and install thirdparty
./install_thirdparty.sh
. install_thirdparty.sh


# N.B.:
Expand Down
2 changes: 1 addition & 1 deletion install_thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ cd $STARTING_DIR
print_blue "=================================================================="
print_blue "Configuring and building thirdparty/orbslam2_features ..."
cd thirdparty/orbslam2_features
./build.sh
. build.sh
cd $STARTING_DIR

0 comments on commit 84b47f8

Please sign in to comment.