环境贴

     python装备记录备案:

1. pip神器 https://pip.pypa.io/en/latest/installing.html
2. Requests:http for human http://www.python-requests.org/en/latest/ 

    Linux目前装备的~/.bashrc

#Android
export ANDROID_SDK=/usr/develop/android-sdk-linux/tools
#JAVA
export JAVA_HOME=/usr/local/java/jdk1.6.0_27
export JRE_HOME=${JAVA_HOME}/jre
export CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}/lib
export PATH=${JAVA_HOME}/bin:$PATH:${ANDROID_SDK}/tools:${ANDROID_SDK}/platforms

   Eclipse使用luna的话,下载一个jre1.7以上的包,专门给其使用!(不然装的cdt,pydev都不会在eclipse显示)

 -vm
 jre1.7.0_65/bin/java

   Eclipse桌面图标

[Desktop Entry]
Categories=Development;
Comment[zh_CN]=
Comment=
Exec=/usr/develop/eclipse/eclipse
GenericName[zh_CN]=IDE
GenericName=IDE
Icon=/usr/develop/eclipse/icon.xpm
MimeType=
Name[zh_CN]=eclipse
Name=eclipse
Path=
StartupNotify=true
Terminal=false
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=torxie

   chmod +x eclipse.desktop

   

你可能感兴趣的:(config)