hi ,
so i am totally new to coding, I have done some of the very basic stuff on various sites like edabit etc.
I am trying out exercism to try learn a bit more. I have never really used python or powershell etc on computer but they are installed. I can download the projects just cannot get them to run locally - i seem to get this error.
Apologies for the stupid question but help would be appreciated.
thanks
Please, please don’t use screenshots to share text. Copy paste the text and use a codeblock.
This should help you getting tests running: Testing on the Python track | Exercism's Docs
The problem is that your current directory is C:\Windows\System32
However, notice the output from the exercism download
command:
Downloaded to
C:\Users\Thoma\Exercism\python\guidos-gorgeous-lasagna
Do this:
cd C:\Users\Thoma\Exercism\python\guidos-gorgeous-lasagna
then run the tests with
exercism test