Skip to content

Instantly share code, notes, and snippets.

@jhermann
Last active August 2, 2018 17:56
Show Gist options
  • Save jhermann/18b8eb17b6548d8b2d34 to your computer and use it in GitHub Desktop.
Save jhermann/18b8eb17b6548d8b2d34 to your computer and use it in GitHub Desktop.

Revisions

  1. jhermann revised this gist May 6, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion babun-install.rst
    Original 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 a almost-POSIX environment – with some limitation, of course.
    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.

  2. jhermann revised this gist May 6, 2015. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion babun-install.rst
    Original 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!”*
    *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*).
  3. jhermann revised this gist May 6, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions babun-install.rst
    Original 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*).
  4. jhermann revised this gist May 6, 2015. 1 changed file with 2 additions and 5 deletions.
    7 changes: 2 additions & 5 deletions babun-install.rst
    Original 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
    pact install python-ming
    pact install libxml2-devel
    pact install libxslt-devel
    pact install libyaml-devel
    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
  5. jhermann revised this gist May 6, 2015. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions babun-install.rst
    Original 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::

    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
    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!
  6. jhermann revised this gist May 6, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion babun-install.rst
    Original 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 to bash if you're used to it (``babun shell /bin/bash``).
    * 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::

  7. jhermann revised this gist May 6, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion babun-install.rst
    Original 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!”*.
    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*).
  8. jhermann revised this gist May 6, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion babun-install.rst
    Original 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!”.
    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*).
  9. jhermann revised this gist May 6, 2015. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions babun-install.rst
    Original 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…
  10. jhermann revised this gist May 6, 2015. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions babun-install.rst
    Original 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``
    * 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
  11. jhermann renamed this gist May 6, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  12. jhermann renamed this gist May 6, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  13. jhermann revised this gist May 6, 2015. 1 changed file with 9 additions and 8 deletions.
    17 changes: 9 additions & 8 deletions gistfile1.rst
    Original 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
    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!
  14. jhermann revised this gist May 6, 2015. 1 changed file with 10 additions and 1 deletion.
    11 changes: 10 additions & 1 deletion gistfile1.rst
    Original 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::

    pip install virtualenv
    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!
  15. jhermann revised this gist May 6, 2015. 1 changed file with 10 additions and 2 deletions.
    12 changes: 10 additions & 2 deletions gistfile1.rst
    Original 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
  16. jhermann created this gist May 6, 2015.
    3 changes: 3 additions & 0 deletions gistfile1.rst
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    ::
    pip install virtualenv