Hi - I am trying to install OGS on a Mac - I have limited python experience.
OGS says:
A straightforward way of installing OGS is via Python’s pip-tool:
# Optional: create a Python virtual environment, see below
python -m venv .venv
.\venv\Scripts\Activate.ps1 # for PowerShell OR
.\venv\Scripts\activate.bat # for Command Prompt
This is what I see in Terminal:
robincurtis@Robins-MacBook-Pro750 ~ % python -m venv .venv
robincurtis@Robins-MacBook-Pro750 ~ % .\venv\Scripts\activate.bat
zsh: command not found: .venvScriptsactivate.bat
Do I need an activate.bat file ? Where ?
This is basic stuff - any help appreciated
Thank you.......
Thank you for this Tobias. I have tried clicking on the Select OS option in the Introduction - and I don’t see anything change. (Tried 3 different browsers).
Do I just put:
source .venv/bin/activate
into Terminal ?
Apologies for unfamiliarity with python - just want to get to the modelling !!