Skip to content

Commit

Permalink
fix: remove unnecessary activation of miniconda in pack script
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightXiaoHan committed Nov 9, 2024
1 parent 6f97429 commit 8f1fbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fi
if [ -n "$1" ]; then
shift
fi
source $INSTALL_DIR/miniconda/bin/activate

rm -f $INSTALL_DIR/miniconda.tar.gz
$INSTALL_DIR/bin/conda-pack -p $INSTALL_DIR/miniconda -o $INSTALL_DIR/miniconda.tar.gz

Expand Down

0 comments on commit 8f1fbc4

Please sign in to comment.