Skip to content

Commit

Permalink
Add venv as a dependency since the following step needs it. (#566)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
arjo129 authored Jan 17, 2025
1 parent 02040a2 commit b3667e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion harmonic/install_ubuntu_src.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
Install tools needed by this tutorial:

```bash
sudo apt install python3-pip lsb-release gnupg curl
sudo apt install python3-pip python3-venv lsb-release gnupg curl
```

## vcstool and colcon from pip
Expand Down
2 changes: 1 addition & 1 deletion ionic/install_ubuntu_src.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
Install tools needed by this tutorial:

```bash
sudo apt install python3-pip lsb-release gnupg curl
sudo apt install python3-pip python3-venv lsb-release gnupg curl
```

## vcstool and colcon from pip
Expand Down
2 changes: 1 addition & 1 deletion jetty/install_ubuntu_src.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
Install tools needed by this tutorial:

```bash
sudo apt install python3-pip lsb-release gnupg curl
sudo apt install python3-pip python3-venv lsb-release gnupg curl
```

## vcstool and colcon from pip
Expand Down

0 comments on commit b3667e8

Please sign in to comment.