File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
interpreter/terminal_interface/profiles/defaults Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ def get_function_info(file_path):
216
216
print ("Attempting to start OS control anyway...\n \n " )
217
217
218
218
for pip_name in ["pip" , "pip3" ]:
219
- command = f"{ pip_name } install ' open-interpreter[os]' "
219
+ command = f"{ pip_name } install open-interpreter[os]"
220
220
221
221
interpreter .computer .run ("shell" , command , display = True )
222
222
Original file line number Diff line number Diff line change 170
170
print ("Attempting to start OS control anyway...\n \n " )
171
171
172
172
for pip_name in ["pip" , "pip3" ]:
173
- command = f"{ pip_name } install ' open-interpreter[os]' "
173
+ command = f"{ pip_name } install open-interpreter[os]"
174
174
175
175
interpreter .computer .run ("shell" , command , display = True )
176
176
You can’t perform that action at this time.
0 commit comments