Python Forum
How to paste several lines of codes to the Python console
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to paste several lines of codes to the Python console
#13
I found the solution!!!!

It seems that there is a bug in readline (which is used by homebrew to install python)

short answer:
echo "set enable-bracketed-paste off" >> ~/.inputrc

long answer:
https://github.com/Homebrew/homebrew-core/issues/68193
DeaD_EyE and 22_alias like this post
Reply


Messages In This Thread
RE: How to paste several lines of codes to the Python console - by cwazuidema - Jan-12-2021, 02:26 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Problem with Spyder IDE: Clear console doesn't actually clear the console GalacticStarfish 2 5,648 Sep-03-2017, 09:01 PM
Last Post: dvs1

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020