diff --git a/Makefile b/Makefile
index f76d6dd..7a725b4 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ run:
 	.venv/usr/bin/snek
 	#$(GUNICORN) -w $(GUNICORN_WORKERS) -k aiohttp.worker.GunicornWebWorker snek.gunicorn:app --bind 0.0.0.0:$(PORT) --reload
 	
-install:
+install: ubuntu
 	python3.12 -m venv .venv 
 	$(PIP) install -e .
 
diff --git a/terminal/.bashrc b/terminal/.bashrc
index 533c911..eadad98 100644
--- a/terminal/.bashrc
+++ b/terminal/.bashrc
@@ -119,9 +119,10 @@ function r_update(){
     mv r /usr/local/bin/r
 }
 
+. "$HOME/.cargo/env"
 
 resize > /dev/null 
 
 r_update 
 
-r
+