The Conda command line is by far the most useful and easy-to-use tool to set up your Python installation successfully. Conda supports multiple environments that can coexist so you can set up a Python 2.7 environment as well as a Python 3.6 environment. If you are into deep learning, you can set up TensorFlow as a separate environment and so on.
The following screenshot is the Conda installation page:
Follow the instructions to install Conda on your machine after downloading Conda from the links, as shown in the following ...