How to install pip3 on Windows?

On Windows pip3 should be in the Scripts path of your Python installation: Use: to find out where your Python executable(s) is/are located. The result should look like this: or: You can check if pip3 works with this absolute path: if yes, add C:\path\to\python\Scripts to your environmental variable PATH .

Python virtualenv questions

Normally virtualenv creates environments in the current directory. Unless you’re intending to create virtual environments in C:\Windows\system32 for some reason, I would use a different directory for environments. You shouldn’t need to mess with paths: use the activate script (in <env>\Scripts) to ensure that the Python executable and path are environment-specific. Once you’ve done this, the command prompt changes to indicate the … Read more

make: g++: Command not found

You need to install the development tools from GNU. I assume you’re on windows, in which case you have two options: cygwin and mingw. The former includes g++ out of the box. I’m less familiar with mingw, but the C++ Standard library appears to, also, be available. See these installation instructions, I’d recommend starting from step 1, if at all possible.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)