I suck, trying to learn and get set up

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

No such thing as a “stupid question”

1 Like

@Newtothis101 Join our Bootcamp in January and we’ll help you get confident at coding :slight_smile:

5 Likes