nengo / nengo-loihi

Run Nengo models on Intel's Loihi chip
https://www.nengo.ai/nengo-loihi/
Other
35 stars 12 forks source link

Error in installation instructions #265

Closed tcstewar closed 4 years ago

tcstewar commented 4 years ago

The installation instructions say:

Activate your new environment.

source activate loihi

I believe that should be conda activate loihi

xchoo commented 4 years ago

Both source activate and conda activate are valid, depending on how conda is set up on the various systems. On intelhost, it's source activate, on abrhost (i think it's because it's a new conda install) it's conda activate.

tcstewar commented 4 years ago

Ah, okay. I was just rather confused because all of the other instructions on that page using conda ... style instructions....

xchoo commented 4 years ago

Once the conda environment is activated (either through source or conda), all of the conda commands are initiated with conda.

xchoo commented 4 years ago

I'm closing this issue for now, feel free to open it if you have further questions. :)