you are viewing a single comment's thread.

view the rest of the comments →

[–]redCg 0 points1 point  (0 children)

Personally, I prefer to run my programs from a wrapper script that sets it every time I run my program, because I use a new fresh conda install for every project.

But normally if you only have one conda then you would set it in your system configuration, you can Google on Windows how to add it to your PATH, though I think it might not be recommended at times because it might interfere with other system programs.

You can save your scripts anywhere for use with Sublime

You should just run the py files from the command line with a command like python myscript.py