Wednesday, March 6, 2019

Python Enviroment

First you need to look at document of `pew` or `pew --help`
pew ls # list enviroment
pew rm # delete enviroment
pew new # create new enviroment

`type python # show path`

`easy_install pip` # install pip, this also help you when pip has problem impact with other packages.

pip install -r requirement.txt


No comments:

Post a Comment