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
-
I using an offline machine where I have put all wheels necessary for my projects in a directory
~/piprepos
.For pip I made this work by having a
~/.config/pip/pip.conf
file with the content:Now I can say
pip install <package>
and when I have the wheel inpiprepos
, it all works fine.However when I install stuff via
poetry install
, Poetry still tries to reach the internet for the packages and eventually times out.How can I tell Poetry use for installs only the wheels in
/home/me/piprepos/
?Beta Was this translation helpful? Give feedback.
All reactions