Changes

Jump to navigation Jump to search
137 bytes added ,  16:49, 2 February 2021
no edit summary
Line 97: Line 97:  
and some more virtualenvs that contain packages that would otherwise interfere with Psychopy.
 
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.
+
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 packages and might mess up other peoples projects. Instead, make your own virtualenv and install it there (use '''mkvirtualenv''' to create it, use '''workon''' to activate it, then use '''pip''' to install packages into your own virtualenv). Also, make a backup of your virtualenv, since when the labimage is updated, the newly created virtualenvs will be gone.
    
== Git, Pavlovia ==
 
== Git, Pavlovia ==

Navigation menu