Files
Python-Schulung/Freitag/check_env.py
2022-11-25 15:47:56 +01:00

6 lines
111 B
Python

#start python umgebung
# python3 -m venv ~/pyenv
# virtualenv ~/pyenv
# virtualenv
#source ~/pyenv/activate
#