diff --git a/.gitpod.yml b/.gitpod.yml
index a8515df..0d8dce8 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,6 +1,6 @@
 tasks:
-    - init: /workspace/rustlings/install.sh
-    - command: /workspace/.cargo/bin/rustlings watch
+    - init: gp env -e PATH="/usr/local/cargo/bin:$PATH" && eval $(gp env -e) && /workspace/rustlings/install.sh
+    - command: eval $(gp env -e) && /workspace/.cargo/bin/rustlings watch
 image:
     file: .gitpod.Dockerfile