Dear support,
i need your help on this topic i had issue with new build on virtual environment (RadioConda based on anaconda) it is works on cmd fine and other ide but i like to use sublime, i did (Tools > Build> new bulid with below code and i save it as RadioConda.sublime-build) the i try to use the new bulid it can run some applcation but for some library like matplotlib does not work please your support.
{
"cmd": ["C:/ProgramData/radioconda/python.exe","-u", "$file"],
"selector": "source.python",
"file_regex": "^\\s*File \"(...*?)\", line ([0-9]*)"
}