last update python

This commit is contained in:
Ionel Andrei Cataon
2026-01-29 18:05:15 +02:00
parent 80d368e4c5
commit 2d3f686918
4 changed files with 42 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
cd ~ && \
mkdir venv && \
cd venv && \
sudo apt install python3-venv -y && \
python3 -m venv it_school_python && \
source ~/venv/it_school_python/bin/activate