From 1248c34890a4eaeb82d756e001389c2887128c80 Mon Sep 17 00:00:00 2001 From: John Doty Date: Wed, 17 Mar 2021 13:16:58 -0700 Subject: [PATCH] Cargo in environment --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index e40abee..8b62ee0 100644 --- a/.profile +++ b/.profile @@ -24,4 +24,4 @@ fi # added by Anaconda3 2.4.1 installer export PATH="/Users/doty/anaconda/bin:$PATH" -export PATH="$HOME/.cargo/bin:$PATH" +source "$HOME/.cargo/env"