Skip to content

Instantly share code, notes, and snippets.

@abarrak
Created December 24, 2022 17:16
Show Gist options
  • Save abarrak/13734cc8f72dc087fcd8eec8865af632 to your computer and use it in GitHub Desktop.
Save abarrak/13734cc8f72dc087fcd8eec8865af632 to your computer and use it in GitHub Desktop.
Python Workspace
#!/bin/bash
mkdir my_project && cd my_project
python3.9 -m venv venv
. venv/bin/activate
echo "flask==2.22" > requirements.txt
pip3.9 install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment