Created
January 16, 2024 10:11
-
-
Save akashdktyagi/a85442e85f546609b56488dc3e087168 to your computer and use it in GitHub Desktop.
Create python virtual env and activate it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python3 -m venv venv | |
source venv/bin/activate | |
pip install njsscan | |
njsscan | |
// Deactivate | |
deactivate | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment