CLI Installation on macOS
How to install Keeper Commander on macOS
Last updated
Was this helpful?
Was this helpful?
python3 -m venv keeper-env
source keeper-env/bin/activate
pip install keepercommanderkeeper shellpip3 install --user keepercommanderecho 'export PATH="$HOME/Library/Python/$(python3 -V | cut -d" " -f2 | cut -d"." -f1-2)/bin:$PATH"' >> ~/.zshrc
source ~/.zshrckeeper shelllogin user@company.compip3 install --upgrade keepercommander