Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing mininet when there is an existing version #845

Open
edgar-costa opened this issue Nov 30, 2018 · 0 comments · May be fixed by #1106
Open

Installing mininet when there is an existing version #845

edgar-costa opened this issue Nov 30, 2018 · 0 comments · May be fixed by #1106

Comments

@edgar-costa
Copy link

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.

@cheriimoya cheriimoya linked a pull request Feb 2, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant