Tagged in

Environment Setup

How to create Sublime Text Project

  1. Create a project folder to store all the sublime text project file
    • Sublime Text Project file is a build file that must be saved somewhere on the disk. So a good way of doing this is to save the file into a folder something similar to Sublimetext Project
  2. Open up …

The ultimate guide to setup multiple Python environment with Anaconda and Sublime Text

The need for setting up a virtual executing environment of Python has a lot of advantages and has been widely discussed over internet. Here I have a tutorial for setting up multiple environment with Anaconda and Sublime Text.

  • The reason I choose Anaconda over Virtualenv is because Anaconda is widely …