-
|
Em có thể activate conda env ở terminal. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Anh nghĩ khả năng cao là em chưa setup PYTHONPATH trong vscode của mình. |
Beta Was this translation helpful? Give feedback.
-
|
Có lẽ cái lỗi này không nằm ở Vscode, bên conda nó support trên 1 vài cái shell và trong Windows thì có tới tận 2 loại shell là Bạn thử mặc định cái terminal của bạn dùng Conda command to init shell$ conda init <SHELL_NAME>Currently supported shells are:
Cách thay đổi terminal mặc định trong vscode:
|
Beta Was this translation helpful? Give feedback.


Có lẽ cái lỗi này không nằm ở Vscode, bên conda nó support trên 1 vài cái shell và trong Windows thì có tới tận 2 loại shell là
cmd.exevàpower shell. Khả năng cao là do bạn (hoặc nó auto)initvới 1 shell và shell kia chưa được init nênconda activate <env_name>không hoạt động ở đây.Bạn thử mặc định cái terminal của bạn dùng
cmd.exehaypowershellrồi activate nó xem.Conda command to init shell
Currently supported shells are:
Cách thay đổi terminal mặc định trong vscode: