Skip to content

Instantly share code, notes, and snippets.

@SantoshCode
Created January 26, 2022 07:42
Show Gist options
  • Save SantoshCode/0aab7beb706dbb7b99c56ab0f6b13ef5 to your computer and use it in GitHub Desktop.
Save SantoshCode/0aab7beb706dbb7b99c56ab0f6b13ef5 to your computer and use it in GitHub Desktop.
Starting a conda project.

MiniConda Project

conda create --prefix ./env pandas numpy matplotlib scikit-learn seaborn nltk
conda activate ./env

// If you are in vscode
conda create --prefix ./env pandas numpy matplotlib scikit-learn seaborn nltk ipykernel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment