Commit 84249d60 authored by Clement Remi's avatar Clement Remi
Browse files

Update create_ohmpi_virtual_environment.sh

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 ohmpi
# 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