另一个包 관리 공구 Pipenv
Pipenv 是 Python 저명적 requests 卓作者 kennethreitz 实现的一个包 관리工具、它可以为我们的项目自动创建和管理 虚拟环环环环环环环卶.
Pipenv 我们可以简单理解为 pip 和 virtualenv 的集合体, 它可以为我们的项目自动创建和管理一个虚拟环境.
Pipenv 해명료 이하 问题:
pipenv shell
pipenv graph
读取环境变量,简化开发流程. Pipenv
pipenv shell
pipenv install
# 从github下载源码
pipenv install -e git+https://github.com/alecalve/python-bitcoin-blockchain-parser#egg=blockchain_parser
pipenv install -e git+https://github.com/ethereum/pyethereum.git@develop#egg=pyethereum
pipenv install -e git+https://github.com/ethereum/[email protected]#egg=web3
pip3 install git+https://github.com/ethereum/pyrlp.git@master
상용명령
pipenv --venv
pipenv --three
pipenv --python 3.6
pipenv --py
pipenv --site-packages
pipenv install django
pipenv install pytest --dev
pipenv uninstall requests
pipenv uninstall --all
pipenv lock
참고:
htps //w w. 지안슈. 이 m/p/1441169b3d
htps : // ← 우안. ← 이후. 이 m/p/32913361
Reference
이 문제에 관하여(另一个包 관리 공구 Pipenv), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/shooter/items/5098255d5f2d8f6bbab4텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)