Last active
April 8, 2017 03:41
-
-
Save HoriLiu/c5b85f9870e032a9e745126bd9e2be08 to your computer and use it in GitHub Desktop.
Revisions
-
HoriLiu revised this gist
Apr 8, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,4 +5,4 @@ proxy=https://user:psw@proxyaddress:port #proxychains sudo apt-get install libssl-dev libffi-dev -
HoriLiu revised this gist
Apr 8, 2017 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,6 +5,4 @@ proxy=https://user:psw@proxyaddress:port #proxychains pip install --upgrade pip setuptools -
HoriLiu revised this gist
Apr 8, 2017 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,4 +3,8 @@ proxy=http://user:psw@proxyaddress:port [https] proxy=https://user:psw@proxyaddress:port #proxychains sudo apt-get install build-essential autoconf libtool pkg-config python-opengl python-imaging python-pyrex python-pyside.qtopengl idle-python2.7 qt4-dev-tools qt4-designer libqtgui4 libqtcore4 libqt4-xml libqt4-test libqt4-script libqt4-network libqt4-dbus python-qt4 python-qt4-gl libgle3 python-dev libssl-dev sudo easy_install greenlet sudo easy_install gevent -
HoriLiu created this gist
Apr 7, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ #Set proxy in ~/.gitconfig [http] proxy=http://user:psw@proxyaddress:port [https] proxy=https://user:psw@proxyaddress:port #proxychains