0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

コマンド操作一覧

Last updated at Posted at 2019-09-15

バージョンの確認方法

$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.
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?