Skip to content

Commit

Permalink
Update ardupilot example Vagrantfile
Browse files Browse the repository at this point in the history
Add python3.6-distutils install before python3.6 pip install of tarjan
  • Loading branch information
MMetelko authored Jul 17, 2024
1 parent 1b2f3bd commit fa3f332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/ardupilot/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
pip3 install tarjan pyyaml pydot
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install -y python3.6
sudo apt install -y python3.6-distutils
python3.6 -m pip install tarjan
cd ~
git clone https://github.com/SRI-CSL/radler.git
Expand Down

0 comments on commit fa3f332

Please sign in to comment.