バージョンの確認方法
$python --version
$python -V
Python 3.7.4
アップグレード、ダウングレード
$conda install keras=2.1.6
$conda install tensorflow=1.5.0
環境一覧
$conda info -e
環境の有効化
$source activate py37
$source activate (環境名)
ディレクトリ移動
$cd study
$cd (ディレクトリ名)
1つ上のディレクトリへ戻る
$cd -
実行プログラムの終了
>>> print(django.get_version())
3.1.3
>>> exst()
コマンドの終了
(py37) user:study user$ exit
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions...72 completed.