Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5da4a47

Browse filesBrowse files
Update debian_ubuntu.md (espressif#4907)
* Update debian_ubuntu.md ERROR: This script does not work on Python 2.7 The minimum supported Python version is 3.6. Please use https://bootstrap.pypa.io/2.7/get-pip.py instead. * Update debian_ubuntu.md Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
1 parent 3253de8 commit 5da4a47
Copy full SHA for 5da4a47

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎docs/arduino-ide/debian_ubuntu.md

Copy file name to clipboardExpand all lines: docs/arduino-ide/debian_ubuntu.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Installation instructions for Debian / Ubuntu OS
88
sudo usermod -a -G dialout $USER && \
99
sudo apt-get install git && \
1010
wget https://bootstrap.pypa.io/get-pip.py && \
11-
sudo python get-pip.py && \
12-
sudo pip install pyserial && \
11+
sudo python3 get-pip.py && \
12+
sudo pip3 install pyserial && \
1313
mkdir -p ~/Arduino/hardware/espressif && \
1414
cd ~/Arduino/hardware/espressif && \
1515
git clone https://github.com/espressif/arduino-esp32.git esp32 && \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.