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