简体   繁体   中英

Install pip mininet in macOS

in my recent project I have to run mininet.I have macOS as host, ubuntu as virtual machine in parallel desktop. Mininet doesn't support macOS. So

Is there any way to install mininet packages via pip in macOS so the IDE can do auto-complementation which will definitely speed up my work. Then run the python script in ubuntu?

如果您只想安装Python软件包而又不希望它真正正常运行,则可以执行以下操作:

pip install git+https://github.com/mininet/mininet.git

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM