We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e8f0f commit 657f1deCopy full SHA for 657f1de
src/main/java/io/github/berstanio/pymobiledevice3/venv/PyInstallationHandler.java
@@ -69,6 +69,7 @@ public static PyInstallation install(File directory) {
69
throw new IllegalStateException("Installed venv at " + venv.getAbsolutePath() + ", but it's invalid?");
70
}
71
72
+ copyFiles(directory);
73
installRequirements(directory);
74
75
return finalizeInstallation(directory);
0 commit comments