python2 python and coexistence often encounter installation pit

1. If the command line, enter pip being given significant F Atal error in Launcher: Unable to Process a using the Create ' "f: \ python \ python.exe" "f: \ python3 \ python3.exe"' Because I do not care to # python file directory name changed to python3 on a significant case

2. python2, when python3 coexist, the python python.exe installation directory into corresponding python2.exe, python3.exe.

Solution: Enter the administrator mode cmd

python3:

python3 -m pip install --upgrade pip

python2:

python2 -m pip install --upgrade pip

Main: the need to connect to external networks.

 

 

Reference link: https: //zhidao.baidu.com/question/139056074791082325.html 

     https://www.cnblogs.com/z-x-y/p/9874166.html

Guess you like

Origin www.cnblogs.com/goodyunl/p/11715989.html