Compare commits
No commits in common. "ac4274687ed219a539c0a8bb7bff1f849fe6efff" and "9189c9ecda963c27de5327e98501614754b4d9de" have entirely different histories.
ac4274687e
...
9189c9ecda
|
@ -87,7 +87,7 @@ ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh
|
|||
mkdir -p /opt/conda/envs/
|
||||
|
||||
/opt/conda/bin/conda create --prefix /opt/conda/envs/default_python python=3.7 ipykernel --yes
|
||||
/opt/conda/envs/default_python/bin/python -m ipykernel install --prefix /usr/local/ --name 'default_python' --display-name "Python (default)"
|
||||
/opt/conda/envs/python/bin/python -m ipykernel install --prefix /usr/local/ --name 'default_python' --display-name "Python (default)"
|
||||
#/opt/conda/envs/python/bin/python -m ipykernel install --prefix=/opt/jupyterhub/ --name 'python' --display-name "Python (default)"
|
||||
|
||||
#install ofen used python packages for default environment
|
||||
|
|
Loading…
Reference in New Issue