当电脑里的python有多个版本时,怎样在cmd的pip install中安装到指定版本?

Python pip install到指定版本现在我想把pandas安装到Python3.6.1中
Python pip install到指定版本pip3 install pandas --target=C:\users\17106\appdata\local\programs\python\python37\lib\site-packages

相关文章: