I am trying to add the packages install in sublime text. I have tried the following below:
- in Sublime press Ctrl+Shift+P (linux command in ST for 'goto anything')
- Type in 'install',**
- click on 'sublime package control: install package'.
- Then select SublimeREPL. It will install it automatically.
- To use it go to Tools>sublimerepl>python from the menus.
But I'm stuck at step 4. I can't find sublimeREPL from the list. There is nothing with such name.
Preferences -> Browse Packages...to open up~/.config/sublime-text-2/Packagesand look for a folder namedSublimeREPL. - MattDMo