Skip to content

Commit a7397bd

Browse files
author
BytequillPC
committed
forgot to make it recursive
1 parent c179981 commit a7397bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nopython-makevenv.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ if (-not (Test-Path -Path ".\pythonportable")) {
88
Write-Output 'Starting installation of necessary libraries'
99
&".\pythonportable\python.exe" "-m" "pip" "install" "-U" "pip" "setuptools" "wheel" "numpy"
1010
&".\pythonportable\python.exe" "-m" "pip" "install" "-r" "requirements.txt"
11-
Copy-Item -Path ".\library" -Destination ".\pythonportable\Lib\site-packages\library"
11+
Copy-Item -Path ".\library" -Destination ".\pythonportable\Lib\site-packages\library" -Recurse
1212
Write-Output 'Local environment installed. To run the project please open nopython-run.bat'
1313
Pause

0 commit comments

Comments
 (0)