63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"id": "48d05431-6cd5-4e76-82eb-12b60d823f7d",
|
|
"snapshot": "os",
|
|
"instruction": "When I ran \"conda install datasets\" in terminal, I got \"conda: command not found\". Could you help me solve it?",
|
|
"source": "authors",
|
|
"config": [
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": [
|
|
"google-chrome",
|
|
"--remote-debugging-port=1337"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": [
|
|
"socat",
|
|
"tcp-listen:9222,fork",
|
|
"tcp:localhost:1337"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "execute",
|
|
"parameters": {
|
|
"command": [
|
|
"python",
|
|
"-c",
|
|
"import pyautogui; import time; time.sleep(0.5); pyautogui.click(960, 540); time.sleep(0.5); pyautogui.hotkey('ctrl', 'alt', 't'); time.sleep(0.5)"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "activate_window",
|
|
"parameters": {
|
|
"window_name": "Terminal"
|
|
}
|
|
}
|
|
],
|
|
"trajectory": "trajectories/48d05431-6cd5-4e76-82eb-12b60d823f7d",
|
|
"related_apps": [
|
|
"os",
|
|
"chrome"
|
|
],
|
|
"evaluator": {
|
|
"func": "is_in_list",
|
|
"result": {
|
|
"type": "vm_command_line",
|
|
"command": "conda list",
|
|
"shell": true
|
|
},
|
|
"expected": {
|
|
"type": "rule",
|
|
"rules": {
|
|
"expected": "packages in environment at"
|
|
}
|
|
}
|
|
},
|
|
"proxy": false
|
|
} |