Skip to content

Commit

Permalink
Add pip install build in sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
HoangGiang93 committed Aug 9, 2024
1 parent a7e09a2 commit a01e950
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions build_multiverse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ for virtualenvwrapper in $(which virtualenvwrapper.sh) /usr/share/virtualenvwrap
if [ -f $virtualenvwrapper ]; then
. $virtualenvwrapper
mkvirtualenv --system-site-packages multiverse
pip install -U pip build # Ensure pip and build are up-to-date
break
fi
done
Expand Down
3 changes: 0 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ elif [ $UBUNTU_VERSION = "24.04" ]; then
sudo update-alternatives --remove-all clang++
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang-17 100

# Upgrade pip
pip install -U pip

# Setup virtual environment
python3 -m pip install virtualenvwrapper --break-system-packages
fi
Expand Down

0 comments on commit a01e950

Please sign in to comment.