User Tools

Site Tools


working_with_python

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
working_with_python [2019/04/23 13:25] jansenworking_with_python [2019/09/12 13:30] lenocil
Line 96: Line 96:
  
 Please note that your newly created virtual environment will be a `python2' one if you used `virtualenv' or a Please note that your newly created virtual environment will be a `python2' one if you used `virtualenv' or a
- `python3' one if using `virtualenv-3'.+ `python3' one if using `virtualenv-3'. Note that if the command `virtualenv-3' is missing you could use ''virtualenv -p /usr/bin/python3''
  
 The last step before starting to use the newly generated environment is to activate it, that is to prepend its /bin folder to your $PATH environment variable. This is done by issuing The last step before starting to use the newly generated environment is to activate it, that is to prepend its /bin folder to your $PATH environment variable. This is done by issuing
working_with_python.txt · Last modified: 2024/04/22 10:51 by jansen