Files
it_school/Python_module_1
Ionel Andrei Cataon f082bec56b
Some checks failed
It_School_001/pipeline/head Something is wrong with the build of this commit
update
2026-02-05 10:40:53 +02:00
..
2026-01-27 20:06:30 +02:00
2026-01-27 20:06:30 +02:00
2026-01-27 20:06:30 +02:00
2026-01-27 20:06:30 +02:00
2026-01-27 20:06:30 +02:00
2026-01-27 20:06:30 +02:00
2026-01-27 20:06:30 +02:00
2026-01-29 18:05:15 +02:00
2026-01-29 18:05:15 +02:00
2026-02-05 10:40:53 +02:00
2026-02-05 10:40:53 +02:00
2026-02-05 10:40:53 +02:00
2026-02-05 10:40:53 +02:00
2026-02-05 10:40:53 +02:00
2026-02-05 10:40:53 +02:00
2026-02-05 10:40:53 +02:00
2026-01-29 18:05:15 +02:00

cd ~ &&
mkdir venv &&
cd venv &&
sudo apt install python3-venv -y &&
python3 -m venv it_school_python &&
source ~/venv/it_school_python/bin/activate