摘要: 感谢原博主的分享 ubuntu安装和查看已安装 感谢原博主的分享 ubuntu安装和查看已安装 说明:由于图形化界面方法(如Add/Remove... 和Synaptic Package Manageer)比较简单,所以这里主要总结在终端通过命令行方式进行的软件包安装、卸载和删除的方法。 一、Ubu 阅读全文
posted @ 2017-12-03 22:55 Edge_of_Eternity 阅读(222) 评论(0) 推荐(0) 编辑
摘要: The Little Prince-12/03 These days, I am always busy with my things, including experiment and others. So I just extract some beautiful sentences from 阅读全文
posted @ 2017-12-03 22:14 Edge_of_Eternity 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 参考:http://blog.csdn.net/kingppy/article/details/13080919 参考:http://blog.csdn.net/zhaobig/article/details/78398211 参考:http://www.linuxidc.com/Linux/201 阅读全文
posted @ 2017-12-03 22:03 Edge_of_Eternity 阅读(143) 评论(0) 推荐(0) 编辑
摘要: sudo pip install virtualenv 1.安装virtualenv(需要先安装pip): $ [sudo] pip install virtualenv 2.创建虚拟环境: $ virtualenv -p /usr/bin/python3 py3env 上面操作的前提是安装了pyt 阅读全文
posted @ 2017-12-03 20:54 Edge_of_Eternity 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 在激活Jetbrains旗下任意产品的时候选择激活服务器填入以下地址便可成功激活 http://idea.liyang.io 最新方法(2018.3.4) http://blog.csdn.net/weixin_37937646/article/details/79119540 code: 阅读全文
posted @ 2017-12-03 20:38 Edge_of_Eternity 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/longsecond/p/6185181.html 阅读全文
posted @ 2017-12-03 20:37 Edge_of_Eternity 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1.在Ubuntu中按CTRL+ALT+T打开命令窗口,按下面步骤和命令进行安装即可: 添加sublime text 3的仓库: sudo add-apt-repository ppa:webupd8team/sublime-text-3 2.更新软件库: sudo apt-get update 3 阅读全文
posted @ 2017-12-03 20:12 Edge_of_Eternity 阅读(898) 评论(0) 推荐(0) 编辑
摘要: ubuntu系统: 用apt-get命令安装一些软件包时,总报错:E:could not get lock /var/lib/dpkg/lock -open等 出现这个问题的原因可能是有另外一个程序正在运行,导致资源被锁不可用。而导致资源被锁的原因,可能是上次安装时没正常完成,而导致出现此状况。 解 阅读全文
posted @ 2017-12-03 20:02 Edge_of_Eternity 阅读(153) 评论(0) 推荐(0) 编辑