Beyond Compare是商业软件,下载地址:http://www.scootersoftware.com/download.php。下载完直接运行或者通过dpkg安装即可。

其实Linux下文本比较工具很多,比如Meld。

安装:
sudo apt-get install meld 想要运行直接在命令行中输入meld&,或者绑定在屏幕左侧的Dock栏,直接点击。 @https://blog.csdn.net/ytusdc/article/details/84849518

 打开: meld&  , 报错如下:

Traceback (most recent call last):
File “/usr/bin/meld”, line , in
import meld.conf
ImportError: No module named ‘meld’
google,在第二个链接发现答案,https://stackoverflow.com/questions/50783742/can-not-start-meld-on-ubuntu-16-04-as-error-import-meld-conf
有人回答:
My guess would be that you have changed your system’s default Python version (Python3 instead of Python2). Two possible solutions:
.Switch back to Python2. You might not want to do this, as there probably was a reason for switching to Python3. Switching back might result in other programs not working as expected. See command update-alternatives for switching the default Python version.
.Force meld to use Python2. For doing so, open /usr/bin/meld with root rights in a text editor and change the very first line from: #!/usr/bin/python
to: #!/usr/bin/python2
Attention: Whenever meld gets updated, you will have to do that modification again.
看看是不是动了python,在终端下面敲python 如果默认是python3,去usr/bin 目录下面把python软链接改成python2就可以;
或者按照答案的第二种方法把meld文件开头加上一个2,显示的用python2就OK了
@ https://blog.csdn.net/yang332233/article/details/89084481

最新文章

  1. PHP以接口方式实现多重继承(完全模拟)--学习笔记
  2. Ubuntu——apt && dpkg参考
  3. 关于html5新增的功能(百度)
  4. java对cookie的操作
  5. 搭建JavaWeb服务器
  6. INSTALL_FAILED_INSUFFICIENT_STORAGE
  7. Android 在内部存储读写文件
  8. C语言知识总结(3)
  9. HIbernate学习笔记(一) 了解hibernate并搭建环境建立第一个hello world程序
  10. 节点的创建--对比jQuery与JavaScript 方法
  11. BAT互联网公司是如何内部推荐的?
  12. bzoj3669: [Noi2014]魔法森林 lct
  13. inux网卡与MAC地址绑定方法总结
  14. LeetCode 327. Count of Range Sum
  15. bzoj千题计划322:bzoj2561: 最小生成树(最小割)
  16. slackware在vagrant中使用
  17. Daily Scrum NO.9
  18. 数学之美——HMM模型(一)介绍
  19. pg3 bypass源码阅读 —— 学习x64内核hook跳板技术
  20. Docker容器(三)

热门文章

  1. 编写vscode插件
  2. [LeetCode] 204. Count Primes 计数质数
  3. [LeetCode] 380. Insert Delete GetRandom O(1) 插入删除获得随机数O(1)时间
  4. 高级UI-画板Canvas
  5. PHP阿里大于发短信教程
  6. jquery鼠标经过弹出层写法
  7. [转帖]Linux中的find(-atime、-ctime、-mtime)指令分析
  8. Spring Boot之从Spring Framework装配掌握SpringBoot自动装配
  9. 2019/7/18ACM集训
  10. ArcGIS Server SOE地图服务重启特别卡