Changes between Version 45 and Version 46 of Jupyter


Ignore:
Timestamp:
05/22/18 10:45:55 (6 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Jupyter

    v45 v46  
    9898
    99993. ACTIVATE the new Python virtual environment (VENV) in your terminal
    100   * the loaded modules modify $PYTHONPATH (''python -m site'')
    101     * ensure(!!!) the first entry is the ''site-package'' directory of your VENV
     100  * the loaded modules modify $PYTHONPATH
     101    * ensure(!!!) the first entry is the ''site-package'' directory of your VENV (use ''python -m site'')
    102102    * ''export PYTHONPATH=<DIR-OF-VENV>/lib/python3.6/site-packages:${PYTHONPATH}''
    103103  * example: