We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c179981 commit a7397bdCopy full SHA for a7397bd
1 file changed
nopython-makevenv.ps1
@@ -8,6 +8,6 @@ if (-not (Test-Path -Path ".\pythonportable")) {
8
Write-Output 'Starting installation of necessary libraries'
9
&".\pythonportable\python.exe" "-m" "pip" "install" "-U" "pip" "setuptools" "wheel" "numpy"
10
&".\pythonportable\python.exe" "-m" "pip" "install" "-r" "requirements.txt"
11
-Copy-Item -Path ".\library" -Destination ".\pythonportable\Lib\site-packages\library"
+Copy-Item -Path ".\library" -Destination ".\pythonportable\Lib\site-packages\library" -Recurse
12
Write-Output 'Local environment installed. To run the project please open nopython-run.bat'
13
Pause
0 commit comments