Skip to content

elucas0/PLUS_softwaredev_2025_workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLUS_softwaredev_2025_workspace

This repository contains the steps on how to perform the assignments from the Practice: Software Development Course.

A2 - Recreating Conda Environments

The goal of this task is to go through the process of re-creating and modifying a provided python environment with conda.

  1. Download the environment files individually: I manually downloaded the environment files from the course repository https://github.com/augustinh22/geo-software-dev/tree/main/A2.
  2. Creating the first environment : Using the command conda env create -f software_dev_v1.yml I got a wall of errors, likely due to the platform i'm on. image
  3. Looking into the logs, we can see that the command outputs OS dependent-related erros because it uses some windows specific packages. image
  4. Using the command conda env create -f software_dev_v2.yml I didn't get any error and the packages were installed successfully image To check that the env was created, I used : conda activate software_dev_v2 and to check that all the packages were installed : conda list image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors