0

I have bpython installed, and it's working perfectly when I call it on my terminal. But I use Sublime Text to write my Python, and I would like to have bpython on it.

Has anyone succeeded to integrate it in Sublime? Or is there another way to get the same help that bpython offers? Thank you in advance for your help ;)

MarianD
  • 13,096
  • 12
  • 42
  • 54
Lily H.
  • 164
  • 2
  • 10
  • [What should I do when someone answers my question?](https://stackoverflow.com/help/someone-answers) – MarianD Nov 21 '20 at 10:28

1 Answers1

1

To my knowledge there is no bpython integration for Sublime Text. But if you want interactive Python development in Sublime, you can use SublimeREPL. Documentation can be found here

MarianD
  • 13,096
  • 12
  • 42
  • 54
Nipun Thennakoon
  • 3,586
  • 1
  • 18
  • 26