pip & pipenv & autoenv¶
source¶
# ~/.pip/pip.conf
[global]
trusted-host = mirrors.aliyun.com
index-url = https://mirrors.aliyun.com/pypi/simple
pipenv¶
pip install pipenv
pipenv install
pipenv --help
pipenv shell
autoenv¶
pip install autoenv
# touch a ".env" in the project folder
# project/.env
pipenv shell