PyCharmYour-PSReadLine-module-version-2.0.0-is-outdated解决方法
目录
【PyCharm】Your PSReadLine module version (2.0.0) is outdated解决方法
最近新装的PyCharm出现警告提示:
[PyCharm] Your PSReadLine module version (2.0.0) is outdated, which may cause the problem with black lines across the terminal screen:
解决方法:
- 以管理员身份打开 PowerShell
右键点击任务栏的“开始”按钮(或按 Win + X),选择“Windows PowerShell (管理员)”。此方法适用于 Windows 10/11 系统。 - 用命令安装
Install-Module -Name PSReadLine -Force