Yep, it's actually an alert that asks me if I want to continue using pasted 
commands or continue without the commands.

This happens whenever I'm writing a script in text edit say, then pasting it 
into terminal.

try this:

in text editor write a piece of python script

import csv

N = range(-200, 200)
output = []
for i in range(4):
                output.append(N)

with open('test.txt', 'w') as file:
                writer = csv.writer(file, delimiter=",")
        for r in output:
                writer.writerow(r)

Now open terminal and open a python session

python3

Then paste the script.

The alert will pop up 



> On 1 Nov 2018, at 8:51 pm, Oriol Gómez Sentís <[email protected]> wrote:
> 
> Hi Yuma:
> Have you tried going to the window chooser and interacting with that alert? 
> It’s probably some script requesting security access.
> 
> hth
> 
>> On 1 Nov 2018, at 11:26, Yuma Decaux <[email protected]> wrote:
>> 
>> Hey all,
>> 
>> I wanted to ask if anyone here knew how to get rid of the alert window in 
>> the terminal app whenever pasting script commands?
>> 
>> I looked around in the preferences but am not sure where this would go.
>> perhaps anyone can guide me to a list of defaults that can be turned on and 
>> off system wide?
>> 
>> Thanks for any help 
>> 
>> -- 
>> The following information is important for all members of the Mac 
>> Visionaries list.
>> 
>> If you have any questions or concerns about the running of this list, or if 
>> you feel that a member's post is inappropriate, please contact the owners or 
>> moderators directly rather than posting on the list itself.
>> 
>> Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
>> [email protected] and your owner is Cara Quinn - you can reach Cara at 
>> [email protected]
>> 
>> The archives for this list can be searched at:
>> http://www.mail-archive.com/[email protected]/
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "MacVisionaries" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected].
>> To post to this group, send email to [email protected].
>> Visit this group at https://groups.google.com/group/macvisionaries.
>> For more options, visit https://groups.google.com/d/optout.
> 
> -- 
> The following information is important for all members of the Mac Visionaries 
> list.
> 
> If you have any questions or concerns about the running of this list, or if 
> you feel that a member's post is inappropriate, please contact the owners or 
> moderators directly rather than posting on the list itself.
> 
> Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
> [email protected] and your owner is Cara Quinn - you can reach Cara at 
> [email protected]
> 
> The archives for this list can be searched at:
> http://www.mail-archive.com/[email protected]/
> --- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/macvisionaries.
> For more options, visit https://groups.google.com/d/optout.

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.

Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
[email protected] and your owner is Cara Quinn - you can reach Cara at 
[email protected]

The archives for this list can be searched at:
http://www.mail-archive.com/[email protected]/
--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.

Reply via email to