Multiple python version installs: Difference between revisions

Jump to navigation Jump to search
m
Line 107: Line 107:
安裝套件<ref>[https://stackoverflow.com/questions/48720833/could-not-find-a-version-that-satisfies-the-requirement-tensorflow python - Could not find a version that satisfies the requirement tensorflow - Stack Overflow]</ref>
安裝套件<ref>[https://stackoverflow.com/questions/48720833/could-not-find-a-version-that-satisfies-the-requirement-tensorflow python - Could not find a version that satisfies the requirement tensorflow - Stack Overflow]</ref>
<pre>
<pre>
Python2: 手動切換到 python 2.x 版本的目錄
Python2: 以下以 Python 2.7 版本,安裝目錄在 c:\Python27\ 為例
$ c:\Python27\Scripts\pip.exe install <package>
$ c:\Python27\Scripts\pip.exe install <package>
$ c:\Python27\Scripts\pip.exe install -r requirements.txt
$ c:\Python27\Scripts\pip.exe install -r requirements.txt

Navigation menu