回答編集履歴
4
変更!
    
        answer	
    CHANGED
    
    | @@ -4,18 +4,6 @@ | |
| 4 4 | 
             
            ```
         | 
| 5 5 | 
             
            pipをGitHubの最新バージョンに上げるコマンドです。
         | 
| 6 6 | 
             
            ◇原因
         | 
| 7 | 
            -
            現状配布されているpipにはバグがあります。pythonの初学者はほぼハマるのでご注意ください。
         | 
| 7 | 
            +
            現状配布されているpip(9系列)には日本語(unicode)を上手く取り扱えないバグがあります。pythonの初学者はほぼハマるのでご注意ください。
         | 
| 8 8 | 
             
            ◇参考情報
         | 
| 9 | 
            -
            [teratail内をconsole_to_strで検索](https://teratail.com/questions/search?q=console_to_str&conditions=and)
         | 
| 9 | 
            +
            [teratail内をconsole_to_strで検索](https://teratail.com/questions/search?q=console_to_str&conditions=and)
         | 
| 10 | 
            -
             | 
| 11 | 
            -
            ---
         | 
| 12 | 
            -
            コメント欄の質疑応答のまとめ。
         | 
| 13 | 
            -
            ```
         | 
| 14 | 
            -
            pip install -U https://github.com/pypa/pip/archive/master.zip --user
         | 
| 15 | 
            -
            ```
         | 
| 16 | 
            -
            はユーザー名に日本語が含まれているため更新できず。
         | 
| 17 | 
            -
             | 
| 18 | 
            -
            現状:Python 36の32bit版がユーザーディレクトリにインストールされていらっしゃるので。
         | 
| 19 | 
            -
            Python 64Bitをインストールして頂くことに。
         | 
| 20 | 
            -
            ここでpipが使えなくなる問題が発生→原因はScriptsフォルダにpipが存在しないこと。
         | 
| 21 | 
            -
            Anacondaをインストール依頼中←いまここ
         | 
3
追記
    
        answer	
    CHANGED
    
    | @@ -17,4 +17,5 @@ | |
| 17 17 |  | 
| 18 18 | 
             
            現状:Python 36の32bit版がユーザーディレクトリにインストールされていらっしゃるので。
         | 
| 19 19 | 
             
            Python 64Bitをインストールして頂くことに。
         | 
| 20 | 
            -
            ここでpipが使えなくなる問題が発生 | 
| 20 | 
            +
            ここでpipが使えなくなる問題が発生→原因はScriptsフォルダにpipが存在しないこと。
         | 
| 21 | 
            +
            Anacondaをインストール依頼中←いまここ
         | 
2
追記
    
        answer	
    CHANGED
    
    | @@ -6,4 +6,15 @@ | |
| 6 6 | 
             
            ◇原因
         | 
| 7 7 | 
             
            現状配布されているpipにはバグがあります。pythonの初学者はほぼハマるのでご注意ください。
         | 
| 8 8 | 
             
            ◇参考情報
         | 
| 9 | 
            -
            [teratail内をconsole_to_strで検索](https://teratail.com/questions/search?q=console_to_str&conditions=and)
         | 
| 9 | 
            +
            [teratail内をconsole_to_strで検索](https://teratail.com/questions/search?q=console_to_str&conditions=and)
         | 
| 10 | 
            +
             | 
| 11 | 
            +
            ---
         | 
| 12 | 
            +
            コメント欄の質疑応答のまとめ。
         | 
| 13 | 
            +
            ```
         | 
| 14 | 
            +
            pip install -U https://github.com/pypa/pip/archive/master.zip --user
         | 
| 15 | 
            +
            ```
         | 
| 16 | 
            +
            はユーザー名に日本語が含まれているため更新できず。
         | 
| 17 | 
            +
             | 
| 18 | 
            +
            現状:Python 36の32bit版がユーザーディレクトリにインストールされていらっしゃるので。
         | 
| 19 | 
            +
            Python 64Bitをインストールして頂くことに。
         | 
| 20 | 
            +
            ここでpipが使えなくなる問題が発生。←いまここ
         | 
1
追記
    
        answer	
    CHANGED
    
    | @@ -4,5 +4,6 @@ | |
| 4 4 | 
             
            ```
         | 
| 5 5 | 
             
            pipをGitHubの最新バージョンに上げるコマンドです。
         | 
| 6 6 | 
             
            ◇原因
         | 
| 7 | 
            -
            現状 | 
| 7 | 
            +
            現状配布されているpipにはバグがあります。pythonの初学者はほぼハマるのでご注意ください。
         | 
| 8 | 
            +
            ◇参考情報
         | 
| 8 | 
            -
            [console_to_str](https://teratail.com/questions/search?q=console_to_str&conditions=and) | 
| 9 | 
            +
            [teratail内をconsole_to_strで検索](https://teratail.com/questions/search?q=console_to_str&conditions=and)
         | 
