I am using a windows pc with no admin rights. Python is installed but only works in anaconda prompt and not in normal cmd prompt because it is not added to path. Since I have no admin rights I cannot add it.
I have a fairly simple powershell script that runs a bunch of python scripts:
cd mydir
python script1
"script 1 done"
python script2
"finished"
EDIT: Right now, I open anaconda prompt and manually paste the script in and hit enter. Everything works perfect. Is there a way to do that in powershell, i.e. tell powershell to open anaconda prompt (not standard cmd) and paste the script to it.