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
When attempting to use the command line interface, the apexpy command is not found. This is despite the fact that apexpy has been successfully installed and can be imported and used in python scripts.
To Reproduce
Install apexpy from PyPI in a clean environment
pip install apexpy
Restart terminal session (usually necessary to use CLI functions that have just been installed)
May be encountering this issue on a Linux system as well. The behavior is very similar in that I can get apexpy to install, but I do not have access to apexpy on the command line afterwards.
Describe the bug
When attempting to use the command line interface, the
apexpy
command is not found. This is despite the fact that apexpy has been successfully installed and can be imported and used in python scripts.To Reproduce
Error Message
Expected behavior
Apexpy should run successfully and produce the output shown in the documentation.
Computer
Please provide the following information:
Additional context
This error is showing up using conda environments with a zsh shell.
The text was updated successfully, but these errors were encountered: