ユーザ用ツール

サイト用ツール


ai:python

Python

Python 3.6

  • Virtual Env 作成手順
    • Linux/macOS
$ python3 -m venv <EnvPath>
$ . <EnvPath>/bin/activate
  • Windows
> python -m venv <EnvPath>
> <EnvPath>\bin\activate.bat

どの環境を参照するのか Path の順番で決まります。 activate コマンドを使わなくても Path 設定で <EnvPath>/bin を先頭に追加すれば <EnvPath> になります。

ai/python.txt · 最終更新: 2018/10/28 19:01 by oga

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki