質問編集履歴
1
情報の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -21,3 +21,49 @@
|
|
21
21
|
|
22
22
|
|
23
23
|
コマンドの書き方が悪いのか、実行方法が問題なのか、その他に原因があるのか、これらについてご教授よろしくお願いいたします。
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
### act.sh実行結果 動作しませんでした。
|
28
|
+
|
29
|
+
○○○○○○○○:~$ chmod +x act.sh
|
30
|
+
|
31
|
+
○○○○○○○○:~$ ./act.sh
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
|
36
|
+
|
37
|
+
To initialize your shell, run
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
$ conda init <SHELL_NAME>
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
Currently supported shells are:
|
46
|
+
|
47
|
+
- bash
|
48
|
+
|
49
|
+
- fish
|
50
|
+
|
51
|
+
- tcsh
|
52
|
+
|
53
|
+
- xonsh
|
54
|
+
|
55
|
+
- zsh
|
56
|
+
|
57
|
+
- powershell
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
See 'conda init --help' for more information and options.
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
IMPORTANT: You may need to close and restart your shell after running 'conda init'.
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
これはレンタルサーバで特定のコマンド以外は許可されていないということでしょうか?
|