Skip to content

Commit

Permalink
env: Fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 6, 2024
1 parent c6ef368 commit 01661e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iis-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export QUESTA_SEPP=questa-2022.3
export LLVM_BINROOT=/usr/pack/riscv-1.0-kgf/pulp-llvm-0.12.0/bin

# Create Python virtual environment with required packages
/usr/local/anaconda3/bin/python -m venv .venv
/usr/local/anaconda3-2023.07/bin/python -m venv .venv
source .venv/bin/activate
# Install local packages in editable mode and unpack packages in a
# local temporary directory which can be safely cleaned after installation.
Expand Down

0 comments on commit 01661e5

Please sign in to comment.