質問編集履歴

2

試したことを追記

2018/09/27 05:09

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -38,6 +38,44 @@
38
38
 
39
39
 
40
40
 
41
+ 再度インストールしてPATHを通そうとしました。
42
+
43
+ ```bash
44
+
45
+ Do you wish the installer to prepend the Miniconda3 install location
46
+
47
+ to PATH in your /home/usename/.bashrc ? [yes|no]
48
+
49
+ [no] >>> yes
50
+
51
+
52
+
53
+ Appending source /home/username/miniconda3/bin/activate to /home/username/.bashrc
54
+
55
+ A backup will be made to: /home/username/.bashrc-miniconda3.bak
56
+
57
+
58
+
59
+
60
+
61
+ For this change to become active, you have to open a new terminal.
62
+
63
+
64
+
65
+ Thank you for installing Miniconda3!
66
+
67
+ % conda
68
+
69
+ zsh: command not found: conda
70
+
71
+ % pip
72
+
73
+ zsh: command not found: pip
74
+
75
+ ```
76
+
77
+
78
+
41
79
 
42
80
 
43
81
  ### 補足情報(FW/ツールのバージョンなど)

1

補足情報の追記

2018/09/27 05:09

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -43,3 +43,5 @@
43
43
  ### 補足情報(FW/ツールのバージョンなど)
44
44
 
45
45
  Linux version 4.18.9-arch1-1-ARCH
46
+
47
+ [Miniconda](https://conda.io/miniconda.html)は、Python 3.7のLinux 64-bit (bash installer)をインストールしました。