problem in installing packages

Joel Goldstick joel.goldstick at gmail.com
Wed May 29 01:26:11 EDT 2019


On Wed, May 29, 2019 at 1:17 AM Sri Tharun <sritharun4477 at gmail.com> wrote:
>
> Problem not resolved.    Yet
>
> On Wed 29 May, 2019, 6:39 AM Tharun, <sritharun4477 at gmail.com> wrote:
>
> >
> >
> > >>> sudo apt-get update
> >
> >   File "<stdin>", line 1
> >
> >     sudo apt-get update
> >
> >            ^
> >
> > SyntaxError: invalid syntax
> >
> >
> >
> >
> >
> > This was the problem
> >
> > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> > Windows 10
> >
> >
> >
> --
> https://mail.python.org/mailman/listinfo/python-list

It appears you are trying to execute a linux shell command while in
the python repl.  exit python, and try again

-- 
Joel Goldstick
http://joelgoldstick.com/blog
http://cc-baseballstats.info/stats/birthdays



More information about the Python-list mailing list