Skip to content

Instantly share code, notes, and snippets.

@fanurs
Created July 15, 2024 19:17
Show Gist options
  • Save fanurs/7e1be6a08579c66149abfe3bdc9e2063 to your computer and use it in GitHub Desktop.
Save fanurs/7e1be6a08579c66149abfe3bdc9e2063 to your computer and use it in GitHub Desktop.
  1. Git clone the repo
git clone https://github.com/fanurs/data-analysis-e15190-e14030.git
  1. Make sure that conda is available. This means that you should have activated your anaconda or miniconda installations. To check,
which conda

If you see some path to conda, then it's good. If not, that means somehow it's not activated yet. You could do something like:

. $HOME/miniconda3/etc/profile.d/conda.sh

Don't miss out the . at the very beginning. The path is just where you have installed anaconda or miniconda.

  1. Create a local conda environment:
conda env create --prefix env_e15190 -f environment.yml
  1. ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment