Error while installing through pip install psycopg2 looks like this:
Please add the directory containing pg_config to the PATH
or specify the full executable path with the option (...)
Reference to the solution here.
Error while installing through pip install psycopg2 looks like this:
Please add the directory containing pg_config to the PATH
or specify the full executable path with the option (...)
Reference to the solution here.
Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.
| // Assuming the following directory structure | |
| /* | |
| app/ | |
| .meteor/ | |
| client/ | |
| server/ | |
| collections/ | |
| */ | |
| // 1. Create a collection |