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

abs paths must be used in uenv start #51

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Not just a rewrite - new features!
* `uenv image rm prgenv-gnu/24.11:rc4` remove a uenv from your local repository
* `uenv image find @eiger` find all uenv on eigher
* `uenv image find @'*'%gh200` show all uenv built for `gh200` on all clusters
* `uenv start ./store.squashfs --view=develop` now works - uenv can now "peek inside" squashfs images to read meta data
* `uenv start /abspath/to/store.squashfs --view=develop` now works - uenv can now "peek inside" squashfs images to read meta data
* **supports bash, zsh, fish, tcsh**, and no more bash wrappers polluting your history.
* and more...

Expand Down
Loading