Git经验记录
摘要:1.出现冲突conflick git status看下是哪些文件出问题了 具体解决我还不清楚 我这次是一个pyc文件的冲突,那么git add -u a.pyc再commit再push就ok了 参考:http://skywhsq1987.iteye.com/blog/1814137 h...
阅读全文
posted @
2014-11-03 16:56
Gemmeg
阅读(104)
推荐(0)
Windows上virtualenv搭建python开发环境
摘要:本文主要记录在搭建环境时遇到的问题及解决方案啊关于setuptools, pip, virtualenv,环境:win8.1+python2.7.61.setuptools:Easily download, build, install, upgrade, and uninstall Python ...
阅读全文
posted @
2014-10-14 00:31
Gemmeg
阅读(283)
推荐(0)