The Gramex installation instructions says:
conda create -y --name gramex python=3.7 # Create a new environment
conda activate gramex # Activate it
conda install -y -c conda-forge -c gramener gramex # Install Gramex
But Step 2 (conda activate gramex) doesn't work on Linux / Cygwin because of the following error:
your shell has not been properly configured
This may happen if your shell is not initialized for conda. See https://github.com/conda/conda-build/issues/3371
One way to solve this is to run:
This will enable
conda activate, and you can runconda activate gramex.