Skip to content

Commit

Permalink
fix pipx links
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightXiaoHan committed Jan 21, 2024
1 parent aa2c68b commit 011bf11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ elif [ "$MODE" = "unpack" ]; then
rm $file
ln -sf $new $file
fi
sed -i "s|$OLD_INSTALL_DIR|$INSTALL_DIR|g" $file
done

for file in $(find $INSTALL_DIR -name "pyvenv.cfg"); do
Expand Down

0 comments on commit 011bf11

Please sign in to comment.