microsoft / forecasting

Time Series Forecasting Best Practices & Examples

Home Page:https://microsoft.github.io/forecasting/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Conda activate needed in setup instructions

anargyri opened this issue · comments

Description

When following the instructions at
https://github.com/microsoft/forecasting/blob/staging/docs/SETUP.md
the environment_setup.sh script creates the forecasting_env conda environment.
There should be a conda activate instruction after that.

How do we replicate the bug?

./tools/environment_setup.sh`
conda env list
# conda environments:
#
base                  *  /home/andreas/anaconda3
forecasting_env          /home/andreas/anaconda3/envs/forecasting_env

Addressed in the PR #111