I\'m attempting to install python3.6 on my machine after I currently have python3.4. However, after installation trying to run pip under python3.6 gives me the
pip
You can solve this error by using this command. it will update your setuptools
python -m ensurepip --upgrade