Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to change workspace in exercism in pc driver?

Tags:

workspace

I tried this :

exercism configure —token="your token" —workspace ="path to some where other than C drive"

but it did not work in exercism the tracks download in the C drive and I didn't like to go there and change it to other drive and other folder? how can I do that change?

like image 295
amir khoshnejad Avatar asked Mar 06 '20 08:03

amir khoshnejad


2 Answers

I find my answer my problem is about code that i type in the cmd I sould type is to work correct

exercism configure --token=(your token get from site) -w (some location)
like image 85
amir khoshnejad Avatar answered Nov 18 '22 08:11

amir khoshnejad


I tried this and it worked for me

exercism configure --workspace="path where you want to put exercism folder" (eg "~/Documents/rustcode")

I had already configured my token before.

like image 33
Jimmy Avatar answered Nov 18 '22 08:11

Jimmy