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):
216216 print ("Attempting to start OS control anyway...\n \n " )
217217
218218 for pip_name in ["pip" , "pip3" ]:
219- command = f"{ pip_name } install ' open-interpreter[os]' "
219+ command = f"{ pip_name } install open-interpreter[os]"
220220
221221 interpreter .computer .run ("shell" , command , display = True )
222222
Original file line number Diff line number Diff line change 170170 print ("Attempting to start OS control anyway...\n \n " )
171171
172172 for pip_name in ["pip" , "pip3" ]:
173- command = f"{ pip_name } install ' open-interpreter[os]' "
173+ command = f"{ pip_name } install open-interpreter[os]"
174174
175175 interpreter .computer .run ("shell" , command , display = True )
176176
You can’t perform that action at this time.
0 commit comments