teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

試したことを追記

2018/09/27 05:09

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -18,7 +18,26 @@
18
18
  $ bash Miniconda2-latest-MacOSX-x86_64.sh
19
19
  ```
20
20
 
21
+ 再度インストールしてPATHを通そうとしました。
22
+ ```bash
23
+ Do you wish the installer to prepend the Miniconda3 install location
24
+ to PATH in your /home/usename/.bashrc ? [yes|no]
25
+ [no] >>> yes
21
26
 
27
+ Appending source /home/username/miniconda3/bin/activate to /home/username/.bashrc
28
+ A backup will be made to: /home/username/.bashrc-miniconda3.bak
29
+
30
+
31
+ For this change to become active, you have to open a new terminal.
32
+
33
+ Thank you for installing Miniconda3!
34
+ % conda
35
+ zsh: command not found: conda
36
+ % pip
37
+ zsh: command not found: pip
38
+ ```
39
+
40
+
22
41
  ### 補足情報(FW/ツールのバージョンなど)
23
42
  Linux version 4.18.9-arch1-1-ARCH
24
43
  [Miniconda](https://conda.io/miniconda.html)は、Python 3.7のLinux 64-bit (bash installer)をインストールしました。

1

補足情報の追記

2018/09/27 05:09

投稿

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