set up cocos2dx windows enviroment

hi everyone,
Im newbie with cocos2dx, i’ve try set up it with “python setup.py” command line.
It works and success but when i try “source /home/nguyenxuan/.bash_profile” command line,
it throw message like this :
-bash: export: E:cocos2d-x-3.0rc0cocos2d-x-3.0rc0': not a valid identifier -bash: export:oolscocos2d-console=/cygdrive/e/cocos2d-x-3.0rc0/cocos2d-x-3.0rc0/tools/cocos2d-console/bin’: not a valid identifier
-bash: export: oolscocos2d-console:/usr/local/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/cygwin64/bin:/cygdrive/c/Program': not a valid identifier -bash: export:(x86)/Windows’: not a valid identifier
-bash: export: Kits/8.0/Windows': not a valid identifier -bash: export:Toolkit:/cygdrive/c/Program’: not a valid identifier
-bash: export: Files/Microsoft': not a valid identifier -bash: export:Server/110/Tools/Binn’: not a valid identifier
-bash: export: D:ndroid-ndk-r9-windows-x86_64ndroid-ndk-r9=D:android-ndk-r9-windows-x86_64android-ndk-r9': not a valid identifier -bash: export:E:pache-ant-1.9.3-binpache-ant-1.9.3=E:apache-ant-1.9.3-binapache-ant-1.9.3bin’: not a valid identifier

And now if i open cygwin it always throw these message, i can’t run “python setup.py” command line again because python not excute

What wrong?
Please help me, thanks you very much