python 虚拟环境

linux

virtualenv

create a new virtualenv

virtualenv --no-site-packages env
cd env/
source bin/activate

windows

virtualenv --no-site-packages env
cd env/
Scripts/activate

install this project (will install dependencies as well)

pip install flask-peewee

posted @ 2021-01-25 10:06  鲁哒哒  阅读(69)  评论(0编辑  收藏  举报