Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Không activate được conda env trong VsCode #14

Answered by nmd2k
tungdop2 asked this question in Q&A
Discussion options

You must be logged in to vote

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.exepower shell. Khả năng cao là do bạn (hoặc nó auto) init với 1 shell và shell kia chưa được init nên conda 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.exe hay powershell rồi activate nó xem.

Conda command to init shell

$ conda init <SHELL_NAME>

Currently supported shells are:

  • bash
  • cmd.exe
  • fish
  • tcsh
  • xonsh
  • zsh
  • powershell

Cách thay đổi terminal mặc định trong vscode:

  • Press Ctrl + Shift + P to open the command palette.
  • Type profile in the searcher.
  • Select Terminal: Select Default Profile.
  • Select 'Command Prom…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@nmd2k
Comment options

@tungdop2
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by tungdop2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working good first issue Good for newcomers question Further information is requested
3 participants