Commit 619779f7 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Fixes ohmpi vs ohmpy issue in bash script

Showing with 1 addition and 1 deletion
+1 -1
......@@ -4,7 +4,7 @@
sudo apt-get install -y libatlas-base-dev
# Create the virtual environment
python3 -m venv ohmpi
python3 -m venv ohmpy
# Activate it
source ohmpy/bin/activate || exit 1 # NOTE: Added || exit to avoid installing requirements in system python if the virtual environment can't be loaded
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment