2017年11月11日 星期六

Mac OS Python version and pip install


Check system default python version

$python --version


Install pip and check pip version

$sudo easy_install pip



$pip --version





沒有留言:

張貼留言

Docker Command

#1 pull images $docker pull chusiang/takaojs1607 #2 list images $docker images #3.1 run docker $docker run -it ### bash #3.2 run do...