Skip to content

Commit

Permalink
Install 'python2.7' instead of 'python' on Debian.
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Aug 21, 2016
1 parent 7ee2f0e commit 4134441
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ it will be downloaded and installed in the source tree.

#### Debian-based distro:

sudo apt-get install nodejs git build-essential python
sudo apt-get install nodejs git build-essential python2.7

#### Fedora 22+ based distro:

Expand Down
2 changes: 1 addition & 1 deletion README_GR.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Cjdns υλοποιεί ένα κρυπτογραφημένο δίκτυο IPV6

#### Debian-based διανομή:

sudo apt-get install nodejs git build-essential python
sudo apt-get install nodejs git build-essential python2.7

#### Fedora 22+ based διανομή:

Expand Down
2 changes: 1 addition & 1 deletion README_HR.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ it will be downloaded and installed in the source tree.

#### Distribucija bazirana na Debian-u:

sudo apt-get install nodejs git build-essential python
sudo apt-get install nodejs git build-essential python2.7

#### Distribucija bazirana na Fedori 22+:

Expand Down
2 changes: 1 addition & 1 deletion README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The cjdns developers.

## 0. Устанавливаем утилиты компиляции.

sudo apt-get install nodejs git build-essential python
sudo apt-get install nodejs git build-essential python2.7

Установка [Node.js](http://nodejs.org/) желательна, но не
обязательна. Если Node.js не найден в процессе установки или его
Expand Down
2 changes: 1 addition & 1 deletion README_SV.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ installeras i kodträdet.

#### Debian-distibutioner

sudo apt-get install nodejs git build-essential python
sudo apt-get install nodejs git build-essential python2.7

#### Fedora 22+-distributioner

Expand Down

0 comments on commit 4134441

Please sign in to comment.