I'm actually working with Canopy for Python, which is software bundle of Python 2.7 and the main information analysis packages. It additionally incorporates IPython and makes working in a live console exceptionally simple.
Rather than utilizing virtualenv, Canopy utilizes a Python-2.7-backported version of "venv". To at first setup another new environment, they need me to utilize canopy_cli myProjectFolder
But, I couldn't able to find canopy_cli.exe in my
C:\Users\Me\AppData\Local\Enthought\Canopy\App
on windows.
I don't know where I went wrong.