DIYBookScanner / spreadpi

Raspberry Pi image for controlling a DIYBookScanner via spreads
GNU General Public License v2.0
37 stars 11 forks source link

Virtualenv #30

Open Cypris2010 opened 9 years ago

Cypris2010 commented 9 years ago

When I try to enter virtualenv with "source ~/virtspreads/bin/activate" I get "-bash: /home/spreads/virtspreads/bin/activate: No such file or directory"

Do I still have go get in the virtualenv to configure spreadpi?

jbaiter commented 9 years ago

Are you sure you created a virtual environment in ~/home/spreads/virtspreads? What's in that directory? Anyway, you do not need a virtual environment to build spreadpi, all the Python-specific stuff will happen in an isolated virtual machien anyway, so there's little chance of it messing up your system-wide Python environment :-)