last update python
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user