Last active
August 2, 2018 17:56
-
-
Save jhermann/18b8eb17b6548d8b2d34 to your computer and use it in GitHub Desktop.
Revisions
-
jhermann revised this gist
May 6, 2015 . 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 @@ -4,7 +4,7 @@ Babun Setup for Python Developers *Babun* is *“A Windows shell you will love!”* It's a turn-key *CygWin* distribution for developers and is very easy to install and maintain. For a Python developer, *Babun* allows working in an almost-POSIX environment – with some limitation, of course. This causes less friction when handling FOSS projects that are often biased towards a standard Linux environment, e.g. by using shell scripts for boot-strapping and things like that. -
jhermann revised this gist
May 6, 2015 . 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 @@ -1,8 +1,12 @@ Babun Setup for Python Developers ================================= *Babun* is *“A Windows shell you will love!”* It's a turn-key *CygWin* distribution for developers and is very easy to install and maintain. For a Python developer, *Babun* allows working in a almost-POSIX environment – with some limitation, of course. This causes less friction when handling FOSS projects that are often biased towards a standard Linux environment, e.g. by using shell scripts for boot-strapping and things like that. * Download the installer ZIP archive from the `Babun homepage <http://babun.github.io/>`_. * Unzip it (e.g. using *Windows Explorer*). -
jhermann revised this gist
May 6, 2015 . 1 changed file with 1 addition and 0 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 @@ -2,6 +2,7 @@ Babun Setup for Python Developers ================================= Babun is *“A Windows shell you will love!”* It's a turn-key *CygWin* distribution for developers and is very easy to install and maintain. * Download the installer ZIP archive from the `Babun homepage <http://babun.github.io/>`_. * Unzip it (e.g. using *Windows Explorer*). -
jhermann revised this gist
May 6, 2015 . 1 changed file with 2 additions and 5 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 @@ -11,11 +11,8 @@ Babun is *“A Windows shell you will love!”* * Edit ``~/.bashrc`` to activate loading of ``~/.bash_aliases``. * Install additional *Python* essentials:: pact install python-setuptools python-ming pact install libxml2-devel libxslt-devel libyaml-devel curl -skS https://bootstrap.pypa.io/get-pip.py | python pip install virtualenv curl -skS https://raw.githubusercontent.com/mitsuhiko/pipsi/master/get-pipsi.py | python -
jhermann revised this gist
May 6, 2015 . 1 changed file with 3 additions 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 @@ -11,13 +11,13 @@ Babun is *“A Windows shell you will love!”* * Edit ``~/.bashrc`` to activate loading of ``~/.bash_aliases``. * Install additional *Python* essentials:: pact install python-setuptools pact install python-ming pact install libxml2-devel pact install libxslt-devel pact install libyaml-devel curl -skS https://bootstrap.pypa.io/get-pip.py | python pip install virtualenv curl -skS https://raw.githubusercontent.com/mitsuhiko/pipsi/master/get-pipsi.py | python * Enjoy! -
jhermann revised this gist
May 6, 2015 . 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 @@ -7,7 +7,7 @@ Babun is *“A Windows shell you will love!”* * Unzip it (e.g. using *Windows Explorer*). * Double-click the installer (``install.bat``), and wait… * Catch up (``babun update``). * Change the default shell from ``zsh`` to ``bash`` if you're used to it (``babun shell /bin/bash``). * Edit ``~/.bashrc`` to activate loading of ``~/.bash_aliases``. * Install additional *Python* essentials:: -
jhermann revised this gist
May 6, 2015 . 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 @@ -1,7 +1,7 @@ Babun Setup for Python Developers ================================= Babun is *“A Windows shell you will love!”* * Download the installer ZIP archive from the `Babun homepage <http://babun.github.io/>`_. * Unzip it (e.g. using *Windows Explorer*). -
jhermann revised this gist
May 6, 2015 . 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 @@ -1,7 +1,7 @@ Babun Setup for Python Developers ================================= Babun is *“A Windows shell you will love!”*. * Download the installer ZIP archive from the `Babun homepage <http://babun.github.io/>`_. * Unzip it (e.g. using *Windows Explorer*). -
jhermann revised this gist
May 6, 2015 . 1 changed file with 2 additions and 0 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 @@ -1,6 +1,8 @@ Babun Setup for Python Developers ================================= Babun is “A Windows shell you will love!”. * Download the installer ZIP archive from the `Babun homepage <http://babun.github.io/>`_. * Unzip it (e.g. using *Windows Explorer*). * Double-click the installer (``install.bat``), and wait… -
jhermann revised this gist
May 6, 2015 . 1 changed file with 6 additions and 6 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 @@ -1,12 +1,12 @@ Babun Setup for Python Developers ================================= * Download the installer ZIP archive from the `Babun homepage <http://babun.github.io/>`_. * Unzip it (e.g. using *Windows Explorer*). * Double-click the installer (``install.bat``), and wait… * Catch up (``babun update``). * Change the default shell to bash if you're used to it (``babun shell /bin/bash``). * Edit ``~/.bashrc`` to activate loading of ``~/.bash_aliases``. * Install additional *Python* essentials:: curl -skS https://bootstrap.pypa.io/get-pip.py | python -
jhermann renamed this gist
May 6, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jhermann renamed this gist
May 6, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jhermann revised this gist
May 6, 2015 . 1 changed file with 9 additions and 8 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 @@ -9,12 +9,13 @@ Babun Setup for Python Developers * Edit ``~/.bashrc`` to activate loading of ``~/.bash_aliases`` * Install additional *Python* essentials:: curl -skS https://bootstrap.pypa.io/get-pip.py | python pip install virtualenv curl -skS https://raw.githubusercontent.com/mitsuhiko/pipsi/master/get-pipsi.py | python pact install python-setuptools pact install python-ming pact install libxml2-devel pact install libxslt-devel pact install libyaml-devel * Enjoy! -
jhermann revised this gist
May 6, 2015 . 1 changed file with 10 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 @@ -4,8 +4,17 @@ Babun Setup for Python Developers * Download the installer ZIP archive from the `Babun homepage <http://babun.github.io/>`_ * Unzip it (e.g. using Windows Explorer) * Double-click the installer (``install.bat``), and wait... * Catch up (``babun update``) * Change the default shell to bash if you're used to it (``babun shell /bin/bash``) * Edit ``~/.bashrc`` to activate loading of ``~/.bash_aliases`` * Install additional *Python* essentials:: curl -skS https://bootstrap.pypa.io/get-pip.py | python pip install virtualenv curl -skS https://raw.githubusercontent.com/mitsuhiko/pipsi/master/get-pipsi.py | python pact install python-setuptools pact install python-ming pact install libxml2-devel pact install libxslt-devel pact install libyaml-devel * Enjoy! -
jhermann revised this gist
May 6, 2015 . 1 changed file with 10 additions and 2 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 @@ -1,3 +1,11 @@ Babun Setup for Python Developers ================================= * Download the installer ZIP archive from the `Babun homepage <http://babun.github.io/>`_ * Unzip it (e.g. using Windows Explorer) * Double-click the installer (``install.bat``), and wait... * Change the default shell to bash if you're used to it (``babun shell /bin/bash``) * Edit ``~/.bashrc`` to activate loading of ``~/.bash_aliases`` * Install additional *Python* essentials:: pip install virtualenv -
jhermann created this gist
May 6, 2015 .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,3 @@ :: pip install virtualenv