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

Find package on disk #86

Open
mottosso opened this issue Aug 6, 2019 · 0 comments
Open

Find package on disk #86

mottosso opened this issue Aug 6, 2019 · 0 comments

Comments

@mottosso
Copy link
Owner

mottosso commented Aug 6, 2019

Goal

Facilitate rapid prototyping and exploration.

Motivation

I often publish a package and want to inspect the resulting files, sometimes to delete it (it was a mistake), other times to edit it (hey, it's in my local development area) and other times a package was installed from an external source (e.g. pip or scoop) and I'd like to know what was actually installed (e.g. did it work?).

Implementation

Find some command-line operation that prints or otherwise takes me to where a package lives.

$ rez find six
c:\users\marcus\packages\six\1.12\package.py  # Request resolved as usual
$ rez find six-1.11
c:\users\marcus\packages\six\1.11\package.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant