Skip to content

Instantly share code, notes, and snippets.

@markrofail
Created July 4, 2021 18:30
Show Gist options
  • Save markrofail/3b8e29bfd377f77ba6938c28c00d0c06 to your computer and use it in GitHub Desktop.
Save markrofail/3b8e29bfd377f77ba6938c28c00d0c06 to your computer and use it in GitHub Desktop.
Create new Conda Env
conda create --name <env_name> python=3.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment