How do I change the exercism workspace to a preferred location?

Is is possible to change the workspace directory?

See exercism configure

Here is a screenshot from the way I have configured on my Mac.

run exercism configure --workspace=. after you have changed into the target directory. Then you will get confirmation from exercism printing out the full path of the workspace dir. You could of course type the fullpath of the workspace dir, but I prefer changing into that directory first and using a simple .

1 Like

Note, not all tools are clever enough to expand . to the present working directory … but most shells have a variable you can use which stores the present working directory, $PWD

1 Like