Skip to content

Instantly share code, notes, and snippets.

@y3rsh
Created August 18, 2022 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save y3rsh/18bf5afa12fb2b76d5b4d97a9d5fa4ab to your computer and use it in GitHub Desktop.
Save y3rsh/18bf5afa12fb2b76d5b4d97a9d5fa4ab to your computer and use it in GitHub Desktop.
venv
cd ~
mkdir robot_python
cd robot_python
pyenv local 3.7.13
python -m venv venv
source ./venv/bin/activate
pip install pip==10.0.1
pip install setuptools==44.0.0
pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment