Skip to content

Instantly share code, notes, and snippets.

@manashmandal
Last active January 8, 2020 19:38
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 manashmandal/91067b397b2158f26268d48e733ffcea to your computer and use it in GitHub Desktop.
Save manashmandal/91067b397b2158f26268d48e733ffcea to your computer and use it in GitHub Desktop.
sudo apt-get install -y python3.8 python3.8-dev
rm -rf /app/tradingbot/venv
cd /app/tradingbot
virtualenv venv --python /usr/bin/python3.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment