From 31062fddbfbbf25f206060b38773a7e2c008723c Mon Sep 17 00:00:00 2001 From: retoor <retoor@molodetz.nl> Date: Thu, 8 May 2025 03:32:43 +0200 Subject: [PATCH] Update. --- Makefile | 2 +- terminal/.bashrc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 +