Home  >  Article  >  Development Tools  >  Sublime text 3 implements interactive environment

Sublime text 3 implements interactive environment

亚连
亚连Original
2018-05-10 10:49:463406browse

This is about some configuration methods for Sublime to implement interactive environment. You can check it out in detail.

I recently used Sublime text 3 to learn python, and found that the input has no interactive function. I did some Baidu and solved the interaction problem

Solution:

Install a plug-in sublimeREPL to solve
Under the premise that the package manager has been installed, press the ctrl shift p shortcut key to appear the input box,

Enter Install Package, press Enter,

Enter SublimeREPL in the newly appeared input box,

Select in the selection list below and press Enter to start the installation , usually it can be installed in a few seconds.
In the python file interface just now, click tools->sublimeREPL->python->python run current file in the upper menu bar. At this time, just like IDLE, a new window will pop up, and it is available interactive.

Sublime text 3 implements interactive environment

The above are some solutions I have compiled for implementing an interactive environment in Sublime text 3. Friends who are interested may wish to give it a try.

Related articles:

##How to use the Bracket Highlighter plugin in Sublime Text 2 Invalid

How to configure version control in sublime text 3

Sublime Text 3 absolute artifact

The above is the detailed content of Sublime text 3 implements interactive environment. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn