Re: [Tutor] [OT] Re: Need help in learning Python

2018-08-13 Thread David Rock
> On Aug 13, 2018, at 13:49, Carlos Monge wrote: > > Ok, this may have been a fatal error on my part but I decided to start > fresh and uninstalled my old version of Python. Now when I try to reinstall > I get these error messages.. Have you tried rebooting? Maybe you have some lingering cruft

Re: [Tutor] [OT] Re: Need help in learning Python

2018-08-13 Thread Carlos Monge
Ok, this may have been a fatal error on my part but I decided to start fresh and uninstalled my old version of Python. Now when I try to reinstall I get these error messages.. Setup failed one or more issues caused the setup to fail. Please fix the issues and then retry setup. For more informati

Re: [Tutor] [OT] Re: Need help in learning Python

2018-08-13 Thread Wallis Short
Hi Alan Have a look here - I could write it but why invent the wheel :) https://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/ A quick "How To" to remote ssh into the WSL once installed sudo apt-get install openssh-server sudo vi /etc/ssh/sshd_config Per