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

Proxy toolchains from Huak's top-level bin directory #889

Open
Tracked by #602
cnpryer opened this issue Feb 17, 2024 · 1 comment
Open
Tracked by #602

Proxy toolchains from Huak's top-level bin directory #889

cnpryer opened this issue Feb 17, 2024 · 1 comment

Comments

@cnpryer
Copy link
Owner

cnpryer commented Feb 17, 2024

.huak
├── bin
│  ├── huak
│  ├── python
│  ├── uv
│  └── <other>
├── settings.toml
└── toolchains
    ├── cpython-3.12.1
    │  ├── python
    │  └── <other>
    └── pypy-3.10
@cnpryer
Copy link
Owner Author

cnpryer commented Feb 17, 2024

More detail from notes

  • Installation
    • curl/windows option/build from source/pypi
      • Q: Via pypi custom installation steps like setting up ~/.huak and installing tools like uv and a default toolchain would be less-than-ideal from a pypi workflow
    • Download and setup ~/.huak default contents
      • settings.toml
      • env
      • downloads
        • source-cpython-3.12.1 (TODO: Currently linking but this should be downloaded and moved as needed/eliminate waste)
          • install
      • bin
        • python
        • huak (standalone)
        • uv (standalone)
        • ruff (standalone)
        • twine (proxy)
        • pytest (proxy)
        • mypy (proxy)
        • <installed> (proxy)
        • <installed> (proxy)
      • toolchains (This is specifically managed sets of tools for Python development)
        • settings.toml
        • huak
          • python
          • twine
          • pytest
          • mypy (To be replaced by ruff/other)
        • default (TODO)
          • python
          • <installed>
          • <installed>

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