摘要:
启动mongodb遇到的一个问题和解决: 转(http://blog.csdn.net/u012877472/article/details/51001025) MongoDB: exception in initAndListen: 20 Attempted to create a lock fi 阅读全文
摘要:
转:https://www.cnblogs.com/joshua317/p/6899057.html linux命令行下面执行某个命令的时候,首先保证该命令是否存在,若存在,但输入命令的时候若仍提示:command not found 这个时候就的查看PATH环境变量的设置了,当前命令是否存在于PA 阅读全文
摘要:
sudo apt-get install python-virtualenv virtualenv py2 cd py2 cd bin 启动虚拟环境:source activate deactivate virtualenv -p /usr/bin/pyhon3 py3 cd py3 cd bin source activate pip install virtualenvwrapper... 阅读全文
摘要:
Complete output from command python setup.py egg_info: Couldn't find index page for 'incremental' (maybe misspelled?) No local packages or download li 阅读全文