Running anaconda commands from Git Bash
This is how I run jupyter notebooks from my D drive, which the anaconda prompt doesn't like me navigating to for some reason.
source "C:\Users\alexc\Anaconda3\Scripts\activate"Just replace alexc with your username. Unfortunately, this only lasts for the duration of the terminal session. I'd probably have to edit the bashrc or something in order to make it permanent -- will look into that later.
Comments
Post a Comment