You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From challenge folder root **on the vm**, we'll run `make install`, which triggers 3 operations:
27
+
From the `data-engineering-challenges`folder root **on your VM**, we'll run `make install`, which triggers 3 operations:
28
28
29
-
-`make install-poetry`: `cd`inside each challenge folders, and `poetry install` inside each! (takes a while)
30
-
-`make allow-envrc`: allow direnv to execute inside each folder (otherwise you have to manually "allow" it)
29
+
-`make install-poetry`: `cd`(**c**hange **d**irectory) into each challenge folder, and run`poetry install` inside each! (takes a while)
30
+
-`make allow-envrc`: allow `direnv` to execute inside each folder (otherwise you have to manually "allow" it)
31
31
-`make own-repo`: allows your user to be the linux "owner" of all files in this challenge folder
32
32
33
33
Let's make!
@@ -36,6 +36,6 @@ Let's make!
36
36
make install
37
37
```
38
38
39
-
This will take a while. You have time to grab a coffee ☕️, take a break, or start the next step while all your poetry environments are installing.
39
+
This might take a while. You have time to grab a coffee ☕️, take a break, or start the next step while all your poetry environments are installing.
40
40
41
41
⚠️ If at the very end of this process you get a few errors like: `direnv: error .envrc file not found` or a Python version isn't available (relating to `Dask`) - that is normal and nothing to worry about 👌
0 commit comments