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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have a project with a structure like this one:
I update dependencies with the following command:
poetry install --no-interaction --no-ansi --no-root
On my laptop with macOS, it works well and installs the requirements into my virtual environment.
But, on a server, with Linux the same command fails with the following output:
No git repository was found at /srv/my_app/src/alembic
.Environment
On both platforms:
Question
I see the logic of why this error may occur, but why does the behavior vary from platform to platform?
Beta Was this translation helpful? Give feedback.
All reactions