Anaconda (Python) – Cmder integration on Windows 10

Assume your Anaconda3 installation path is C:ProgramDataAnaconda3. On your Cmder settings StartupTasks, add a new predefined tasks

name:

whatever

and command:

cmd /k ""%ConEmuDir%..init.bat"" & C:ProgramDataAnaconda3Scriptsactivate.bat C:ProgramDataAnaconda3

To find the Anaconda path use the following command on Anaconda Prompt:

where anaconda

For example C:ProgramDataAnaconda3Scriptsanaconda.exe, the path will be C:ProgramDataAnaconda3

Leave a Comment