I'm afraid I can't tell you exactly what to do here. It depends where the files are on your computer. When I installed google-cloud-sdk I installed it to a local directory and I can run the files from there. I don't know where you have installed the files I'm afraid. It's also possible that the correct commands on Windows are different (I don't use Windows).
Probably there is a tutorial somewhere that explains how to use google-cloud-sdk more generally. It might be worth going through something like that before trying to get sympy-live to work. On Mon, 20 Jan 2020 at 05:29, James . <[email protected]> wrote: > > if you dont mind can u pls tell me in specific > while running this command(../../google-cloud-sdk/bin/dev_appserver.py .) > its showing like this "'..' is not recognized as an internal or external > command, > operable program or batch file."" > my cloud sdk in this path "C:\Users\James\AppData\Local\Google\Cloud SDK" > sympy live repo at "C:\Users\James\AppData\Local\Google\Cloud SDK\sympy-live" > can u tell me at what path do i have to use this command > ../../google-cloud-sdk/bin/dev_appserver.py . > im using windows 10. > > On Sun, Jan 19, 2020, 23:50 James . <[email protected]> wrote: >> >> what is the meaning of this >> " >> # if you're adding the shell to your own app, change this regex url to the >> URL >> # endpoint where you want the shell to run, e.g. /shell . You'll also >> probably >> # want to add login: admin to restrict to admins only. >> - url: /.* >> script: shell.application >> secure: always >> " >> >> On Sun, Jan 19, 2020 at 6:38 PM Oscar Benjamin <[email protected]> >> wrote: >>> >>> If you install google cloud SDK and clone the sympy live repo you can >>> run it locally with: >>> >>> ../../google-cloud-sdk/bin/dev_appserver.py . >>> >>> (i.e. run this command in the root of the sympy-live repo and give the >>> path to the dev_appserver.py script) >>> >>> Then go to a browser and open localhost:8080 >>> >>> That should work with the app.yml as it is in sympy-live master. >>> However that app.yaml will not work on google cloud. I have a PR that >>> reverses that situation: >>> https://github.com/sympy/sympy-live/pull/139 >>> After merging that PR sympy live will not work locally but will work >>> when pushed to google. >>> >>> >>> On Sun, 19 Jan 2020 at 12:59, James . <[email protected]> wrote: >>> > >>> > Hi everyone, >>> > If anyone using sympy live shell on their local machine and on gae pls >>> > help me I have followed each and everystep on docs but I still couldn't >>> > figure out the problem . >>> > If anyone using shell succesfully pls send me their app.yaml file >>> > I have been trying on Google to solve this problem from 2 days but still >>> > couldn't solve . >>> > >>> > On Sat, Jan 18, 2020, 01:21 James . <[email protected]> wrote: >>> >> >>> >> working now above things, but at this link >>> >> https://github.com/sympy/sympy-live this command " >>> >> ../google_appengine/dev_appserver.py" giving error >>> > >>> > -- >>> > You received this message because you are subscribed to the Google Groups >>> > "sympy" group. >>> > To unsubscribe from this group and stop receiving emails from it, send an >>> > email to [email protected]. >>> > To view this discussion on the web visit >>> > https://groups.google.com/d/msgid/sympy/CAHvhkMR-_aKx%3Dh-bHb8L8wRu1z-mkZbqVG0bYVvA4opwO8Wn6Q%40mail.gmail.com. >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "sympy" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/sympy/CAHVvXxSRemob5KnZEvq39Luv9tQKtQRtR4qxA4opfuX0W9sKPA%40mail.gmail.com. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/CAHvhkMQt4KLm2_atjMcGVBGuC-DqD_fF_ZAtBVRq7F8BFFo__A%40mail.gmail.com. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAHVvXxS%3D23puS1kroX5%2B-kXPjXKvhANJAGxDpPp-5rbST%2BuYYA%40mail.gmail.com.
