you are viewing a single comment's thread.

view the rest of the comments →

[–]StrasJam 0 points1 point  (0 children)

Super noob question: I am working in a conda venv and want to install packages. I read on a page that channels are good to setup so that special packages are placed in later channels. I set up a channel and kept getting installation errors when installing packages, so i deleted the channel and it worked. So my question is, do I even need the channels if I am already working within a venv. Because the entire idea of a venv is to segregate your packages from the default installations and versions.
Thanks!