Expected/Desired Behavior:
I forked the main repository to make a PR, I placed my forked at ~/mininet_pr while I have the original mininet code at ~/mininet.
Expected behaviour: when I run ~/mininet_pr/utils/install.sh -n it should install the mininet code for that mininet fork.
Actual Behavior:
The install.sh script always uses the ~/mininet folder to find the code to install.
Detailed Steps to Reproduce the Behavior:
1- Clone or copy two different versions of mininet in your home directory.
2- Call one mininet and the other with another name.
3- Try to install the other version.
4- Verify which one is being used by for example adding some noticiable difference in the code.
Expected/Desired Behavior:
I forked the main repository to make a PR, I placed my forked at
~/mininet_prwhile I have the original mininet code at~/mininet.Expected behaviour: when I run
~/mininet_pr/utils/install.sh -nit should install the mininet code for that mininet fork.Actual Behavior:
The
install.shscript always uses the~/mininetfolder to find the code to install.Detailed Steps to Reproduce the Behavior:
1- Clone or copy two different versions of mininet in your home directory.
2- Call one mininet and the other with another name.
3- Try to install the
otherversion.4- Verify which one is being used by for example adding some noticiable difference in the code.