pgh-public-meetings / city-scrapers-pitt

Pittsburgh City Scrapers: sourcing public meetings in Pittsburgh
https://pgh-public-meetings.github.io/events/
MIT License
19 stars 66 forks source link

Possible bug with pipenv shell #205

Closed maxachis closed 3 years ago

maxachis commented 3 years ago

Several times when attempting to run tests (typically after restarting my system), I've not been able to access "scrapy", "pytest", and other shell-specific commands even after running the "pipenv shell" command. The solution to this (and there may be other solutions) was the following:

  1. Type "exit", which would exit me out of the pipenv shell
  2. Run the "pipenv sync --three --dev" command
  3. Then run "pipenv shell" again.

Unclear why this occurs, or if I'm simply missing something. I am running this on Windows 10, through the Git Bash Command Line.