Eğer python ile geliştirme yaparken virtualenv kullanıyorsanız ve psycopg2 kurmaya kalkarsanız bir hata ile karşılaşıyorsunuz. (Kullandığım işletim sistemi Ubuntu 11.04)
How To Utilize Your Electric Beard Straightener Properly
A quality blossom straightener can help you maintain that healthful look no matter where you go. Many guys spend hours styling their beards with one small adjustable gadget or some other. Though some men are rather diligent in their beards, many simply get lucky and have no issues with developing a nice thick beard. However thick or wholesome your blossom is, it is likely to grow back no matter what attempts you take. The one thing that really matters is that you just take some opportunity to look after your manly beard correctly.
A healthy lifestyle requires having the very best nutrition in your diet plan and maintaining an active lifestyle. Unlike the normal person who stops functioning when their face begins to sag, a beard straightener can keep you looking younger for longer. Together with the best heating technologies, your beard will be smooth, shiny and moisturized all day long. A blossom straightener is a very simple and affordable method to keep up a healthful, clean and well-kept beard.
The greatest benefit of working with a beard straightener rather than utilizing traditional hairbrushes is the balm on the heating apparatus will allow you to avoid damaging your own hair. The balm acts as a barrier between the hair and the heating component, keeping your hair safe. Hairbrushes on the other hand melt down the hairs, which can lead to harm if it occurs while your hair is being straightened. There's also usually a limit to how much heat may be implemented in the heaters, based on the brand and model. If you are concerned about damaging your hair with excessive heat, you may wish to take into account a small, battery operated, cordless grooming brush instead.
An essential component to any electrical beard straightener is an ionic rechargeable ceramic disk. These discs maintain ionic charge, which keeps them billed in any way times even when the blossom straightener is in use. In order to achieve the best benefits, the temperature setting must always be set to the same value on every individual comb. This makes sure that the moisture onto the entire scalp is evenly distributed through the strands.
Aftershave balms can be utilised in conjunction with standard bar soaps to further moisturize the hair. You can ensure that your soaps are developed for use in conjunction with the blossom straightener to ensure you receive the most effective results. Conventional bar soaps will only work if they are used in combination with the conventional bar gadget. Make sure that you read the directions carefully so that you can make sure that you are using the correct type of product so you don't harm your hair whilst attempting to accomplish your styling goals.
If you want the most enjoyable experience possible with your beard straightener, it will help to know how to properly look after your beards. Regularly cut or trim your beard that they are smooth and shiny. Don't allow them to become lagged or else they will become brittle and dry. Besides being unsightly, they also make it tough to comb or style daily. Besides your beards, you can also benefit from extra thick hairs on your facial hair, and this will improve your overall appearance.
-
(hellodjango)[cihann]@[ferrari][~/hellodjango]> pip install -r requirements.txt
-
Downloading/unpacking Django==1.3 (from -r requirements.txt (line 1))
-
Running setup.py egg_info for package Django
-
Downloading/unpacking psycopg2==2.4.2 (from -r requirements.txt (line 2))
-
Running setup.py egg_info for package psycopg2
-
-
-
Error: pg_config executable not found.
-
-
Please add the directory containing pg_config to the PATH
-
or specify the full executable path with the option:
-
-
python setup.py build_ext –pg-config /path/to/pg_config build …
-
or with the pg_config option in ‘setup.cfg’.
-
Complete output from command python setup.py egg_info:
-
running egg_info
-
-
writing pip-egg-info/psycopg2.egg-info/PKG-INFO
-
-
writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt
-
-
writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt
-
-
warning: manifest_maker: standard file ‘-c’ not found
-
-
Error: pg_config executable not found.
-
-
Please add the directory containing pg_config to the PATH
-
-
or specify the full executable path with the option:
-
-
python setup.py build_ext –pg-config /path/to/pg_config build …
-
-
or with the pg_config option in ‘setup.cfg’.
-
-
—————————————-
Bu aşamada kaldıysanız eğer ubuntu ‘da kurmanız gereken iki paket var. libpq-dev ve python-dev.
-
sudo apt-get install libpq-dev python-dev
Ardından tekrar pip ile kurmayı deniyoruz psycopg2 paketini.
-
(hellodjango)[cihann]@[ferrari][~/hellodjango]> pip install -r requirements.txt
-
Downloading/unpacking Django==1.3 (from -r requirements.txt (line 1))
-
Running setup.py egg_info for package Django
-
-
Downloading/unpacking psycopg2==2.4.2 (from -r requirements.txt (line 2))
-
Running setup.py egg_info for package psycopg2
-
-
no previously-included directories found matching ‘doc/src/_build’
-
Installing collected packages: Django, psycopg2
-
Running setup.py install for Django
-
changing mode of build/scripts-2.7/django-admin.py from 644 to 755
-
-
changing mode of /home/cihann/hellodjango/bin/django-admin.py to 755
-
Running setup.py install for psycopg2
-
building ‘psycopg2._psycopg’ extension
-
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.4.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0×080408 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/8.4/server -c psycopg/psycopgmodule.c -o build/temp.linux-x86_64-2.7/psycopg/psycopgmodule.o -Wdeclaration-after-statement
-
-
…..
-
-
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.7/psycopg/psycopgmodule.o build/temp.linux-x86_64-2.7/psycopg/green.o build/temp.linux-x86_64-2.7/psycopg/pqpath.o build/temp.linux-x86_64-2.7/psycopg/utils.o build/temp.linux-x86_64-2.7/psycopg/bytes_format.o build/temp.linux-x86_64-2.7/psycopg/connection_int.o build/temp.linux-x86_64-2.7/psycopg/connection_type.o build/temp.linux-x86_64-2.7/psycopg/cursor_int.o build/temp.linux-x86_64-2.7/psycopg/cursor_type.o build/temp.linux-x86_64-2.7/psycopg/lobject_int.o build/temp.linux-x86_64-2.7/psycopg/lobject_type.o build/temp.linux-x86_64-2.7/psycopg/notify_type.o build/temp.linux-x86_64-2.7/psycopg/xid_type.o build/temp.linux-x86_64-2.7/psycopg/adapter_asis.o build/temp.linux-x86_64-2.7/psycopg/adapter_binary.o build/temp.linux-x86_64-2.7/psycopg/adapter_datetime.o build/temp.linux-x86_64-2.7/psycopg/adapter_list.o build/temp.linux-x86_64-2.7/psycopg/adapter_pboolean.o build/temp.linux-x86_64-2.7/psycopg/adapter_pdecimal.o build/temp.linux-x86_64-2.7/psycopg/adapter_pint.o build/temp.linux-x86_64-2.7/psycopg/adapter_pfloat.o build/temp.linux-x86_64-2.7/psycopg/adapter_qstring.o build/temp.linux-x86_64-2.7/psycopg/microprotocols.o build/temp.linux-x86_64-2.7/psycopg/microprotocols_proto.o build/temp.linux-x86_64-2.7/psycopg/typecast.o -lpq -o build/lib.linux-x86_64-2.7/psycopg2/_psycopg.so
-
-
no previously-included directories found matching ‘doc/src/_build’
-
Successfully installed Django psycopg2
-
Cleaning up…
Gördüğünüz gibi kurulum tamamlandı.
-
(hellodjango)[cihann]@[ferrari][~/hellodjango]> pip freeze
-
Django==1.3
-
psycopg2==2.4.2
-
wsgiref==0.1.2
Mutlu kodlamalar