Python installed but Environment Variables does not contain the information

2

I installed Python 3.5 and in your installer comes with the option to automatically put it in the Environment Tables, but it did not work, how do I add it so it can compile?

    
asked by anonymous 05.01.2016 / 04:15

2 answers

2

In order to install it in this area of your Windows you will have to go to:

Painel de Controle > Sistema e Segurança > Sistema > Configurações Avançadas de Sistema

Clicking on this part will open a new screen and you will have to click Environment Variables or Environment Variables, then you will have to go to the Variable Path and edit it by placing the following: / p>

;C:/Caminho/Para/Seu/Python;
C:/Caminho/Para/Seu/Python/scripts/

After doing this, if you are in an editor, you should restart it, or if you are using CMD, just try to start the command again!

    
05.01.2016 / 04:15
-3

I had this problem too.

How I solved:

My Windows is 10 64 bit. I discovered that the Python downloads page requires you to install the 32-bit version. This causes a lot of problems.

To download 64-bit:

Under the download link, there is the option: "Looking for Python with a different OS? Python for Windows, Linux / UNIX, Mac OS X, Other" Click on Windows and there will be several download options (including alpha and beta versions).

Go and be happy!

    
16.09.2016 / 18:25