Skip to content

Conversation

@aathi-star
Copy link

For environment setup of Osdag on Windows (win-64) platform
Usage:

  1. To install Osdag in editable mode: pixi run osdag-editable
  2. To run Osdag: pixi run osdag

Usage:
to install osdag in editable mode : pixi run osdag-editable
to run osdag : pixi run osdag
pixi.toml Outdated
tbb = "2022.1.0"

[tasks]
osdag-editable = "pip install -e ."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to use install-editable or such for the install script, and run the editable version with osdag-editable. And create a separate install task that installs normally, in a separate environment entirely, and finally run that one with osdag.

Copy link
Author

@aathi-star aathi-star May 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok sir then I'll create 2 environments dev (editable version) and default (non editable version),

  1. pixi install : will install osdag in non editable env (default)
  2. pixi run install-editable : will install osdag in editable env (dev)
    can i follow this naming for environments?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants