Install python3 mn last in install-mininet-vm.sh (#1021)

This means that 'mn' will run be default in python3.

For python2, run

    sudo python2 `which mn`

Also:

- change mn execution line to /usr/bin/python
  (install seems to change it to python2 or python3)

- don't install python-is-python3 package
This commit is contained in:
lantz
2021-01-29 22:39:19 -08:00
committed by GitHub
parent b6ad3a1619
commit dffddc338f
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
"""
Mininet runner