[centos] python virtual environment venv

create

python3 -m venv venv

Enter the virtual environment under centos

source venv/bin/activate

Guess you like

Origin blog.csdn.net/qq_39057568/article/details/131642399
Recommended