bash - install python module in specific folder

25 Nov 2017

Install python module in a specific folder

pip install --target=d:\somewhere\other\than\the\default package_name
[ bash  python  module  ]