Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

investigate pixi #981

Open
veenstrajelmer opened this issue Sep 2, 2024 · 0 comments
Open

investigate pixi #981

veenstrajelmer opened this issue Sep 2, 2024 · 0 comments

Comments

@veenstrajelmer
Copy link
Collaborator

veenstrajelmer commented Sep 2, 2024

Put the file below in pixi_dev_env/ or pixi_dev_env/pixi.toml:

[project]
authors = ["veenstrajelmer <[email protected]>"]
channels = ["conda-forge"]
description = "Add a short description here"
name = "pixi_dev_env"
platforms = ["win-64"]
version = "0.1.0"

[tasks]

[dependencies]
python = ">=3.12.5,<4"
spyder = ">=5.5.6,<6"

[pypi-dependencies]
hatyan = { path = "../hatyan", editable = true, extras = ["dev"]}
kenmerkendewaarden = { path = "../kenmerkendewaarden", editable = true, extras = ["dev"]}
rws-ddlpy = { path = "../ddlpy", editable = true, extras = ["dev"]}
dfm_tools = { path = "../dfm_tools", editable = true, extras = ["dev"]}

Create environment:

  • cd to the directory with the toml file
  • pixi install

Work with vscode from pixi env:

  • cd to directory where you created the environment
  • pixi run code . | exit

Docs:

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

No branches or pull requests

1 participant