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

質問編集履歴

1

誤字脱字修正

2019/09/19 08:02

投稿

hiro2222
hiro2222

スコア12

title CHANGED
File without changes
body CHANGED
@@ -14,7 +14,7 @@
14
14
  $ pip
15
15
  -bash: pip: command not found
16
16
 
17
- pip3
17
+ $ pip3
18
18
  -bash: pip3: command not found
19
19
 
20
20
  $ jupyter lab
@@ -30,4 +30,6 @@
30
30
 
31
31
  ### 試みたこと
32
32
  - pipを入れ直せば治るかと思い下記コマンド実行したものの変化なし
33
+ ```
33
- brew reinstall python
34
+ brew reinstall python
35
+ ```