我已經這樣做了:How to install Flask on Windows? 我目前已經安裝了Python 3.4,它已經包含了pip。 當我運行PIP在Windows命令行安裝燒瓶管理員返回在Windows 7上安裝燒瓶?
C:\Python34>python.exe pip install flask
python.exe: can't open file 'pip': [Errno 2] No such file or directory
Python的IDLE回報
pip install flask
SyntaxError: invalid syntax
所以,我做了什麼錯? :/我正在運行Windows 7 64bit
'pip'是一個命令行工具,就像'python.exe'一樣。 –
'C:\ Python34> pip install flask'。 –
哦,你是對的,非常感謝你! – capitalg