mirror of
https://github.com/ElDavoo/wa-crypt-tools.git
synced 2026-04-26 14:15:55 +03:00
[GH-ISSUE #27] "source venv/bin/activate" dosnt work #21
Labels
No labels
bug
documentation
enhancement
enhancement
good first issue
help wanted
info needed
invalid
low priority
pull-request
skill issue
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wa-crypt-tools#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Conan179 on GitHub (Jun 8, 2022).
Original GitHub issue: https://github.com/ElDavoo/wa-crypt-tools/issues/27
Hi, the point "source venv/bin/activate" on the manuel are not worikng on my win 10 21h2.
The error massage is:
PS C:\Users\Con\WhatsApp-Crypt14-Crypt15-Decrypter> source venv/bin/activate
source : Die Benennung "source" wurde nicht als Name eines Cmdlet, einer Funktion, einer Skriptdatei oder eines
ausführbaren Programms erkannt. Überprüfen Sie die Schreibweise des Namens, oder ob der Pfad korrekt ist (sofern
enthalten), und wiederholen Sie den Vorgang.
In Zeile:1 Zeichen:1
@ElDavoo commented on GitHub (Jun 8, 2022):
Hi,
that's normal. That command is for linux.
In fact, the command that will work with you will be the third one, e.g. .\venv\Scripts\Activate.ps1 , as you are using PowerShell.
@ElDavoo commented on GitHub (Jun 8, 2022):
The quickstart block has been made so you copy-paste the entire block.
@Conan179 commented on GitHub (Jun 8, 2022):
oh im sorry, hadn't seen that it was for different systems.
@ElDavoo commented on GitHub (Jun 8, 2022):
Don't worry, let me know if you have other problems or close this issue, thank you