Python
- Virtual Environment (venv):
virtualenv --python=/usr/bin/python3.8 <path_to_folder>
source <path_to_folder>/bin/activate
- File Server:
server python3 -m http.server
python -m SimpleHTTPServer
- Miscellaneous Scripts
Miscellaneous ScriptsLast updated