lewagon / setup

Setup instructions for Le Wagon's students on their first day of Web Development Bootcamp
https://www.lewagon.com
18.29k stars 1.6k forks source link

Check the locale position #462

Closed v-natalia closed 5 months ago

v-natalia commented 5 months ago

Hey!

Check the locale This step in setup is way to ahead, the students are getting errors because apt is not updated yet, I suggest moving it to after ZSH installation

Also, the section:

Generate locale Please, run this lines in your terminal.

sudo update-locale LANG=en_US.UTF8 sudo apt-get install language-pack-en language-pack-en-base manpages exec zsh You can now close this terminal window.

Should be added to the data-setup, and moved to the same part :pray:

julesvanrie commented 5 months ago

I have just run this myself as I was doing the data-setup on my brand new computer and wanted to check if our setup still functions properly.

This part of web setup will be integrated when I update the data-setup. (PR pending for something else will do this.)

But there are indeed a couple of problems if one needs to go through the "Generate locale" part. @ajdubovoy I think we can do a quick fix to solve (easier than moving it around):

So it would become:

Generate locale Please, run these lines in your terminal.

sudo update-locale LANG=en_US.UTF8
sudo apt-get update
 sudo apt-get install language-pack-en language-pack-en-base manpages

You can now close this terminal window.