ai:python
差分
このページの2つのバージョン間の差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
| ai:python [2018/10/28 18:51] – 作成 oga | ai:python [2018/10/28 19:01] (現在) – [Python 3.6] oga | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ====== Python ====== | ====== Python ====== | ||
| + | |||
| + | ===== Python 3.6 ===== | ||
| + | |||
| + | * Virtual Env 作成手順 | ||
| + | * Linux/macOS | ||
| + | |||
| + | <code sh> | ||
| + | $ python3 -m venv < | ||
| + | $ . < | ||
| + | </ | ||
| + | |||
| + | |||
| + | * Windows | ||
| + | |||
| + | <code sh> | ||
| + | > python -m venv < | ||
| + | > < | ||
| + | </ | ||
| + | |||
| + | どの環境を参照するのか Path の順番で決まります。 | ||
| + | activate コマンドを使わなくても Path 設定で < | ||
| + | |||
| + | |||
| + | |||
| + | |||
ai/python.1540720271.txt.gz · 最終更新: by oga
