Upon a fresh install of SCORCH in a system that did not have conda, I found I have to navigate to the miniconda directory and run ./conda init bash before I was able to run conda activate scorch. I also found I had to run pip install docopt.
We may want to include docopt as a dependency and check if we should automate the initialization of conda.
Upon a fresh install of SCORCH in a system that did not have conda, I found I have to navigate to the miniconda directory and run
./conda init bashbefore I was able to runconda activate scorch. I also found I had to runpip install docopt.We may want to include
docoptas a dependency and check if we should automate the initialization of conda.