You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
Similar to #21, pip3 should also be available as a shim as it is commonly expected and used over pip on systems.
Perhaps to make things simpler, all executables in the Python global packages directory should be shimmed? For example, within: ~/.proto/tools/python/<VERSION>/install/bin - that would resolve pip3 and python3 (from #21) and also #27
The text was updated successfully, but these errors were encountered:
Similar to #21,
pip3
should also be available as a shim as it is commonly expected and used overpip
on systems.Perhaps to make things simpler, all executables in the Python global packages directory should be shimmed? For example, within:
~/.proto/tools/python/<VERSION>/install/bin
- that would resolvepip3
andpython3
(from #21) and also #27The text was updated successfully, but these errors were encountered: