How to convert the following codes in VS Code terminal?
conda create -n cluster_topic_model python=3.7 -y
conda activate cluster_topic_model
How to convert the following codes in VS Code terminal?
conda create -n cluster_topic_model python=3.7 -y
conda activate cluster_topic_model
The same has been provided in the comment as well. Leaving it here for the rest.
This is what I did.
Ctrl+Shit+P which opens a section prompting which
interpreter to use.Ctrl+Shit+P and choose your Python
kernel as (base) which has the conda environment.Terminal tab on the menu bar and open a new
terminal.Hope this helps!
Crucial part: You have to open a cmd terminal now and then you can go ahead with your code.