Skip to content

Commit 47d03f8

Browse files
committed
Quito instlaacion de brew en linux y agrego recomendaciones de podiff y potools
1 parent 847233f commit 47d03f8

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

.overrides/git_diff.rst

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,6 @@ Para ellos debemos instalar brew. Si no lo tienes instalado puedes seguir el ins
2121

2222
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
2323

24-
.. tab:: Linux
25-
26-
Para instalar brew en Linux ejecutar
27-
28-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
29-
30-
Luego ejecutar los siguientes comandos::
31-
32-
test -d ~/.linuxbrew && eval $(~/.linuxbrew/bin/brew shellenv)
33-
test -d /home/linuxbrew/.linuxbrew && eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
34-
test -r ~/.bash_profile && echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.bash_profile
35-
echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.profile
36-
37-
Ten en cuenta que si usas un sistema Debian/Ubunut se utiliza el archivo `~/.profile` mientras que
38-
para sistemas CentOS/Fedora/RedHat se utiliza `~/.bash_profile`
39-
4024
Una vez instalado brew, hay que instalar podiff, para ellos ejectar el siguiente comando:
4125

4226
.. code-block:: bash
@@ -57,4 +41,14 @@ archivos .po con los que se van a trabajar, crealo, y luego, agregar la siguien
5741
5842
*.po diff=podiff
5943
44+
Para las distribuciones de Linux se pueden utilizar algunas herramientas, como por ejemplo podiff_ y
45+
potools_, que son compatibles con Python 2. Se puede utilizar `pip` para instalarlas.
46+
47+
.. code-block:: bash
48+
pip install podiff
49+
# o
50+
pip install potools
51+
6052
.. _Brew: https://docs.brew.sh/Installation
53+
.. _podiff: https://pypi.org/project/podiff/
54+
.. _potools: https://pypi.org/project/potools/

0 commit comments

Comments
 (0)