Friday, November 1, 2019

python3 vırtualenv

python3 -m venv venv

çalıştırma(run)
. venv/bin/activate

No comments:

Post a Comment

file tree for nodejs project

 find . \( -path "*/node_modules" -o -path "*/.git" \) -prune -o -print | tree -a -I 'node_modules|.git'