I want to create a conda env (say B) that has a working numpy module. I have a working miniconda install and another conda env (say A) that has working numpy but no matter w
It seems the asker already has his problem solved, but i had a similar problem and came across the question so i'll post it for others. My problem was a rather silly one in that i didn't first specify python
first before calling the script, so i i did script.py
instead of python script.py
so was not invoking Miniconda python executable, which means it wasn't able to import anything from the conda env.