Skip to content

Commit b3667e8

Browse files
authored
Add venv as a dependency since the following step needs it. (#566)
* Add venv as a dependency since the following step needs it. By default python venvs maynot be installed in ubuntu. I ran into this issue when building from source. Signed-off-by: Arjo Chakravarty <[email protected]> * Update for ionic Signed-off-by: Arjo Chakravarty <[email protected]> * Update harmonic Signed-off-by: Arjo Chakravarty <[email protected]> --------- Signed-off-by: Arjo Chakravarty <[email protected]>
1 parent 02040a2 commit b3667e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

harmonic/install_ubuntu_src.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
2424
Install tools needed by this tutorial:
2525

2626
```bash
27-
sudo apt install python3-pip lsb-release gnupg curl
27+
sudo apt install python3-pip python3-venv lsb-release gnupg curl
2828
```
2929

3030
## vcstool and colcon from pip

ionic/install_ubuntu_src.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
2424
Install tools needed by this tutorial:
2525

2626
```bash
27-
sudo apt install python3-pip lsb-release gnupg curl
27+
sudo apt install python3-pip python3-venv lsb-release gnupg curl
2828
```
2929

3030
## vcstool and colcon from pip

jetty/install_ubuntu_src.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
2424
Install tools needed by this tutorial:
2525

2626
```bash
27-
sudo apt install python3-pip lsb-release gnupg curl
27+
sudo apt install python3-pip python3-venv lsb-release gnupg curl
2828
```
2929

3030
## vcstool and colcon from pip

0 commit comments

Comments
 (0)