I installed Miniconda2 on Windows and am using Cygwin. I found the Miniconda2/Scripts
folder that has the conda.exe
and have been able to successfully conda install
packages.
However, after following this post and using export
to redirect my Path to the Python.exe
(which python
does give me the correct Python.exe), I cannot even run Python anymore. It just hangs.
However, if I locate the file using Windows File Explorer and just double click the Python.exe file, it does run Python and successfully finds the imported packages. Any ideas what's wrong?