vmtools坑
ubantu
但是…第一步:sudo apt-get autoremove open-vm-tools就告诉我,我没安装open-vm-tools
所以…就直接把open-vm-tools装上吧…
sudo apt-get install open-vm-tools-desktop
kali原来Kali2.0的官网早就有说明,官方自己开发了一个vmtools工具,好崩溃~~~~
apt-get install open-vm-tools-desktop fuse
Centos7 安装uwsgi失败
centos7 安装uwsgi失败
失败过程我是Centos 直接安装没有其他操作
按照网上部署部署uwsgi+nginx+django 教程
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
安装Python包管理easy_install 包 https://pypi.python.org/pypi/distribute
安装步骤:
12345> cd ~ wget> https://pypi.python.org/packages/source/d/distribute/distribute-0.6.49.tar.gz> tar xf distribute-0.6.49.tar.gz cd distribute-0.6.49 python2.7> setup.py install easy_install --version pip 包:> https://pypi.python.org/pypi/pip
发现没有自带没有安装 pip yum了pip之后使用pip安装pip install uwsgi报错一直没有解决错误代码ERROR: ...