python some install tips

时间:2022-12-08 12:30:22

/*

wooyun的小伙伴出了神器。

但是都是打包配置的。我本机又搭建了wamp,不能混合了,那就自己动手丰衣足食咯.

*/

python 2.7 已经安装.

pip

https://pip.pypa.io/en/latest/installing/#python-os-support

python get-pip.py

easy_install在目录C:\Python27\Scripts

cd C:\Python27\Scripts  
easy_install.exe pip 
ok
pip install tornado

  

wydomain

http://phantomjs.org/download.html

32位系统
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-i686.tar.bz2
tar vxf phantomjs-1.9.-linux-i686.tar.bz2
cp ./bin/phantomjs /usr/bin/ 64位系统
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2
tar vxf phantomjs-1.9.-linux-x86_64.tar.bz2
cp ./bin/phantomjs /usr/bin/