当前位置:网站首页>how to install clustershell

how to install clustershell

2022-06-24 21:28:00 Great mage yunzhongjun

don't use system package manager like apt it just load_entry_point load_entry_point('ClusterShell==1.8.3', 'console_scripts', 'clush')()
	you still need to 
		pip install clustershell

instead directely pip install clustershell
	if you use venv
		/home/wk/stackaggregation/pythonproject-master/venv/bin/clush
	if you are a normal user
		/home/wk/.local/bin/clush


原网站

版权声明
本文为[Great mage yunzhongjun]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/175/202206241431299908.html