I was typing the commands to install Beautiful Soup. I never knew what -m
does in the command, so I got curious but I couldn't find much results online.
Asked
Active
Viewed 752 times
0

Carbon Panda
- 17
- 3
-
1https://stackoverflow.com/questions/22241420/execution-of-python-code-with-m-option-or-not – NobbyNobbs Aug 08 '18 at 20:55
-
Those are called options, which can be seen on the command's `man` page. So Python's man page is https://linux.die.net/man/1/python . And according to that, it's to denote module name – simplycoding Aug 08 '18 at 20:55