Working locally

Hi there! I’ve installed execism on my pc and all the questions are been downloaded at a folder on my C directory. How can I change the standard directory?

1 Like

Which operating system are you using?

1 Like

I’m using windows.

1 Like

I guess you want the folder you are working in on another drive and not the client itself. If so exercism configure --workspace <path> (remove <path> with your path). The path for me looked like: F:\exercism but dependent on your file structure may look different. This wont move the data in the old folder to the new one but instead set the new one as the “standard” folder.

1 Like