This is an old revision of the document!
# apt install python3-venv # python3 -m venv /root/venv1 # source /root/venv1/bin/activate (venv1) # which python (venv1) # which ansible (venv1) # deactivate
dir$ python3 -m http.server 8000