Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ホスト マシン上の Python スクリプトの出力をゲスト仮想マシンに送信する方法を知っている人はいますか。ホスト マシン上のスクリプトから入力として値を取得するゲスト VM 上の Python スクリプトがあります。
ホスト システムとゲスト システムの間でコピー/貼り付け (VMWare の機能) を使用できます。または、これがこれら 2 つのスクリプト間の進行中の接続である場合は、ソケット接続を使用できます。