6 lines
111 B
Python
6 lines
111 B
Python
#start python umgebung
|
|
# python3 -m venv ~/pyenv
|
|
# virtualenv ~/pyenv
|
|
# virtualenv
|
|
#source ~/pyenv/activate
|
|
# |