mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 17:01:20 -04:00
Improve python handling
This commit is contained in:
parent
ff6e71498d
commit
06298069f8
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ fi
|
|||
STATUS="glib"
|
||||
if [ ! -e "$RISCV"/include/glib-2.0 ]; then
|
||||
section_header "Installing glib"
|
||||
pip install -U meson # Meson is needed to build glib
|
||||
pip --require-virtualenv install -U meson # Meson is needed to build glib
|
||||
cd "$RISCV"
|
||||
wget -nv --retry-connrefused $retry_on_host_error https://download.gnome.org/sources/glib/2.70/glib-2.70.5.tar.xz
|
||||
tar -xJf glib-2.70.5.tar.xz
|
||||
|
|
|
@ -58,6 +58,6 @@ source "$RISCV"/riscv-python/bin/activate # activate python virtual environment
|
|||
# Install python packages, including RISCOF (https://github.com/riscv-software-src/riscof.git)
|
||||
# RISCOF is a RISC-V compliance test framework that is used to run the RISC-V Arch Tests.
|
||||
STATUS="python packages"
|
||||
pip install --upgrade pip && pip install --upgrade -r "$WALLY"/bin/requirements.txt
|
||||
pip --require-virtualenv install --upgrade pip && pip --require-virtualenv install --upgrade -r "$WALLY"/bin/requirements.txt
|
||||
|
||||
echo -e "${SUCCESS_COLOR}Python environment successfully configured!${ENDC}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue