playi / WonderPy

Official Public Python API for working with Wonder Workshop robots
MIT License
55 stars 28 forks source link

virtualenv issues #26

Open baghaii opened 4 years ago

baghaii commented 4 years ago

virtualenv --python=/usr/bin/python2.7 --no-site-packages venv

It says that --no-site-packages was not a valid argument so we went with

virtualenv --python=/usr/bin/python2.7 venv

baghaii commented 4 years ago

I created a PR to resolve this