Files
it_school/Python_module_1/README.md
Ionel Andrei Cataon 2d3f686918 last update python
2026-01-29 18:05:15 +02:00

6 lines
158 B
Markdown

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