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 revision
Previous revision
Next revisionBoth sides next revision
working_with_python [2019/04/23 13:25] jansenworking_with_python [2020/07/17 07:45] jansen
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
Line 284: Line 284:
 </code> </code>
  
 +====== Anaconda/Miniconda ======
 +Another way of using a private python install (separate versions etc), is to install and use [[conda|Anaconda/Miniconda]]. Since these environments can encompass much more than just python, they deserve their own page (especially since they come with their own share of pitfalls).
working_with_python.txt · Last modified: 2023/11/06 13:12 by jansen