Skip to content

setup on windows #1

@mkuzak

Description

@mkuzak

In order for this lesson to work on windows, we need two things working in the same environment:

  1. Python (via anaconda)
  2. unix shell (via GitBash)

That can be done by making Conda environment working in GitBash. I managed to get it to work by following steps below:

  1. Install GitBash following instructions from Software Carpentry
  2. Install Anaconda following instructions from Software Carpentry. Remember the path where conda is being installed.
  3. Open GitBash and execute the rest in the GitBash command line.
  4. Add conda.sh to bash profile. This script should be located in anaconda/etc/profile.d/conda.sh. The absolute path most likely to be /c/Users/[username]/anaconda3/etc/profile.d/conda.sh where [username] is your windows account username. You can add this path to the profile by executing echo ". /c/Users/[username]/anaconda3/etc/profile.d/conda.sh" >> ~/.profile.
  5. then follow instructions starting with conda env create -f environment.yml.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions