Skip to content

Commit

Permalink
Fix deactivate command vor venv
Browse files Browse the repository at this point in the history
  • Loading branch information
pabera authored Dec 11, 2023
1 parent 2841c05 commit 1009f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/developers/pyhton.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ $ source ~/RPi-Jukebox-RFID/.venv/bin/activate
If the virtual environment has been activated correctly, your terminal will now show a prefix (`.venv`). If you want to leave the venv again execute deactivate.

```
$ ~/RPi-Jukebox-RFID/.venv/bin/deactivate
$ deactivate
```

0 comments on commit 1009f69

Please sign in to comment.