python 64bit版のインストール

Windows 10

Python Release Python 2.7.10 | Python.org
Windows x86-64 MSI installer

32bit版Python2.7が入っている状態で、
64bit版Python2.7を別のディレクトリに入れたら、
インストーラーが変な動きをしたようで、32bit版のpython.exeが消えた。
C:\Python27があると勝手に消してしまうのか、
環境変数に32bit版のPathがあったからなのか。。

'python' は、内部コマンドまたは外部コマンド、
操作可能なプログラムまたはバッチ ファイルとして認識されていません。

32bit版

python
Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>

64bit版

python
Python 2.7.10 (default, May 23 2015, 09:44:00) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>