Skip to content

Commit

Permalink
Don't install jep via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Dec 21, 2023
1 parent a807d4f commit eb4da86
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup/install_python_tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Start-Process -Wait msiexec -ArgumentList "/i $TEMP\corretto.msi /qn /norestart"
Get-Job | Receive-Job >> "C:\log\python.txt" 2>&1
$env:JAVA_HOME="C:\Program Files\Amazon Corretto\"+(Get-ChildItem 'C:\Program Files\Amazon Corretto\').Name

# jep
# jep venv
Write-DateLog "Install packages in venv jep in sandbox (needs older packages)." >> "C:\log\python.txt"
Start-Process -Wait -FilePath "$PYTHON_BIN" -ArgumentList "-m venv --system-site-packages C:\venv\jep"
C:\venv\jep\Scripts\Activate.ps1 >> "C:\log\python.txt"
Expand All @@ -265,8 +265,7 @@ poetry init `

poetry add `
NumPy `
flare-capa `
jep 2>&1 >> "C:\log\python.txt"
flare-capa 2>&1 >> "C:\log\python.txt"

# Build Ghidrathon for Gidhra
Write-DateLog "Build Ghidrathon for Ghidra."
Expand Down

0 comments on commit eb4da86

Please sign in to comment.