From 9a8b8b74f064bfab290478fd1928f5f323af2d20 Mon Sep 17 00:00:00 2001 From: Jaewook Lee <11328376+jaewooklee93@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:31:52 +0900 Subject: [PATCH] add debug --- debian-python3-pip/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/debian-python3-pip/README.md b/debian-python3-pip/README.md index 48fdc13..9e5c625 100644 --- a/debian-python3-pip/README.md +++ b/debian-python3-pip/README.md @@ -30,15 +30,17 @@ $ which python pip /home/.../.venv/bin/pip # 앞으로 pip을 쓰면 모두 .venv에 깔리지만 내가 신경쓸 것은 없다 -pip install streamlit +$ pip install streamlit +``` +```sh # 이미 씨스템 파이썬으로 jupyter, streamlit 설치한 경우에도 -which jupyter +$ which jupyter /home/w/.local/bin/jupyter # 씨스템 파이썬의 잔재 /home/w/.venv/bin/streamlit # 그냥 새로 깔아서 덮어씌워주면 된다. (PATH 앞쪽에 있어서 우선순위가 우위) -pip install jupyterlab +$ pip install jupyterlab which jupyter /home/w/.venv/bin/jupyter /home/w/.venv/bin/streamlit