Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pip command in installation.rst #204

Merged
merged 3 commits into from
Jan 12, 2021
Merged

Update pip command in installation.rst #204

merged 3 commits into from
Jan 12, 2021

Conversation

ejhw
Copy link
Contributor

@ejhw ejhw commented Jan 8, 2021

Fixes # .

Pull Request Description

pip install -e . gave me "-bash: pip: command not found" so changing to python -m pip install -e . which appears to be best practice (https://stackoverflow.com/a/9780772)

Then I got
"Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/3.7'
Consider using the --user option or check the permissions."
so I added "--user" though alternatively we could say to only do that if you get the error.

Checklist

Not all may apply

  • Code changes (must work)
  • Tests exercising your feature/bug fix (check coverage report on CircleCI build -> Artifacts)
  • All other unit tests passing
  • Update validation for project config yaml file changes
  • Update existing documentation
  • Run a small batch run to make sure it all works (local is fine, unless an Eagle specific feature)
  • Add to the changelog_dev.rst file and propose migration text in the pull request

@ejhw ejhw requested a review from nmerket January 8, 2021 22:23
@nmerket nmerket merged commit aa1b0e9 into develop Jan 12, 2021
@nmerket nmerket deleted the ejhw-patch-1 branch January 12, 2021 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants