Changes

Jump to navigation Jump to search
916 bytes added ,  16:40, 2 February 2021
no edit summary
Line 92: Line 92:  
'''rmvirtualenv <virtualenvname>''' to remove the virtualenv with name <virtualenvname>.<br>
 
'''rmvirtualenv <virtualenvname>''' to remove the virtualenv with name <virtualenvname>.<br>
 
<br>
 
<br>
 +
In our labs, we have th evirtualenvs:<br>
 +
'''Python36''' that contains Python 3.6.8 32-bits, Psychopy and the tobii_research package.<br>
 +
'''Python37''' that contains Python 3.7 64-bits, Psychopy and the pylink package (for use with the Eyelink eyetracker).<br>
 +
and some more virtualenvs that contain packages that would otherwise interfere with Psychopy.
 +
 +
If you need a package that is not installed on our labcomputer, contact TSG, so that we can decide to add it to our standard installation, or to install it in a separate virtualenv. Do '''not''' use ''pip install'' and install anything in an existing virtualenv. Unless it is your own virtualenv. This might interfere with existing package and might mess up other peoples projects. Instead, make your own virtualenv and install it there. Also, make a backup of your virtualenv, since when the labimage is updated, the newly created virtualenvs will be gone.
 +
     

Navigation menu