Ensure new shells get the full PATH.
This commit is contained in:
parent
8113ef56f3
commit
6dcd5ebed6
|
@ -1,5 +1,5 @@
|
|||
tasks:
|
||||
- init: export PATH="/usr/local/cargo/bin:$PATH" && ./install.sh
|
||||
- init: echo 'export PATH="/usr/local/cargo/bin:$PATH"' >> /etc/profile && export PATH="/usr/local/cargo/bin:$PATH" && ./install.sh
|
||||
- command: ~/.cargo/bin/rustlings watch
|
||||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
|
|
Loading…
Reference in a new issue