I want it to run anywhere directly. For example, we build the c or c++ program and it generates a .exe file. Now we can take that .exe file and run it on any windows machine right?
The main problem I am facing is: I have different packages like BeautifulSoup in my program which does not come pre-installed in ubuntu. Now when I run my program on my machine, it runs but not on other. So is there any way I can make it directly run on any linux machine? It will be great if I can also run it on Windows too.