Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 472 Bytes

File metadata and controls

13 lines (11 loc) · 472 Bytes

pipenv set up

  1. The modern mac shell is zshell not bash
  2. ls -a shows hidden files
  3. If you see .zshrc then you know we are using zshell
  4. edit the .zshrc file through atom or other editor
  5. add line at end export PATH=$PATH: path name
  6. if you don't know the path try which python or which python3 depending

Cleaning up failed pipenv installation

Error message: complete:13: command not found: compdef

  1. Remove pipenv
  2. Reinstall pipenv