浏览代码

sudo make me a sandwich

/yamato-linux-debug-venv
Chris Elion 4 年前
当前提交
18bafdd0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      ml-agents/tests/yamato/yamato_utils.py

2
ml-agents/tests/yamato/yamato_utils.py


# Set up the venv and install mlagents
if platform == "linux":
subprocess.check_call("apt-get install python3-venv", shell=True)
subprocess.check_call("sudo apt-get install python3-venv", shell=True)
subprocess.check_call(f"python3 -m venv {venv_path}", shell=True)
pip_commands = ["--upgrade pip", "--upgrade setuptools"]

正在加载...
取消
保存