Skip to content

Instantly share code, notes, and snippets.

@arthurazs
Created August 17, 2018 06:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arthurazs/393e26926e5b8318e12628e19fd91c67 to your computer and use it in GitHub Desktop.
Save arthurazs/393e26926e5b8318e12628e19fd91c67 to your computer and use it in GitHub Desktop.
Install Ryu in Mininet VM
sudo apt update
sudo apt install python-pip python-dev -y
pip install ryu --user --upgrade
echo "export PATH=~/.local/bin:$PATH" >> ~/.bashrc
source ~/.bashrc
echo "done, checking installation..."
ryu --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment