[GH-ISSUE #27] "source venv/bin/activate" dosnt work #21

Closed
opened 2026-03-02 03:59:22 +03:00 by kerem · 4 comments
Owner

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

  • source venv/bin/activate
  •   + CategoryInfo          : ObjectNotFound: (source:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
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 + source venv/bin/activate + ~~~~~~ + CategoryInfo : ObjectNotFound: (source:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
kerem 2026-03-02 03:59:22 +03:00
  • closed this issue
  • added the
    wontfix
    label
Author
Owner

@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.

<!-- gh-comment-id:1150424158 --> @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.
Author
Owner

@ElDavoo commented on GitHub (Jun 8, 2022):

The quickstart block has been made so you copy-paste the entire block.

<!-- gh-comment-id:1150424855 --> @ElDavoo commented on GitHub (Jun 8, 2022): The quickstart block has been made so you copy-paste the entire block.
Author
Owner

@Conan179 commented on GitHub (Jun 8, 2022):

oh im sorry, hadn't seen that it was for different systems.

<!-- gh-comment-id:1150428567 --> @Conan179 commented on GitHub (Jun 8, 2022): oh im sorry, hadn't seen that it was for different systems.
Author
Owner

@ElDavoo commented on GitHub (Jun 8, 2022):

Don't worry, let me know if you have other problems or close this issue, thank you

<!-- gh-comment-id:1150429202 --> @ElDavoo commented on GitHub (Jun 8, 2022): Don't worry, let me know if you have other problems or close this issue, thank you
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wa-crypt-tools#21
No description provided.