cnsgsz

Results 5 comments of cnsgsz

Thanks Derek for the update. What would be your recommendation for such a file system library? My use case is pretty simple: just something that would work both on gcs...

@groodt: Do you mean `python -m venv ...` and `pip install ...` the locked requirement files under that? @jvolkman I saw you created [rules_pyvenv](https://github.com/cedarai/rules_pyvenv). How does it relate or compare...

Entry scripts for py_binary targets seem to have directories of external packages (`python_imports`) and add them to PYTHONPATH. ``` python_imports = 'com_google_protobuf/python' python_path_entries = CreatePythonPathEntries(python_imports, module_space) python_path_entries += GetRepositoriesImports(module_space, True)...

> it'll install generated code (such as protocol buffers) in your venv so that you can use them in your IDE. Without `rules_pyvenv`, "go to definition" on a foo_pb2.py goes...

Is this issue resolved? I don't seem to find an implementation in the thread.