miniconda3
This commit is contained in:
parent
85cc7de58d
commit
28e860c6a4
|
@ -11,8 +11,12 @@
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"# Download and run the Anaconda3 installer\n",
|
"# Download and run the Anaconda3 installer\n",
|
||||||
"!wget https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-x86_64.sh\n",
|
"import sys\n",
|
||||||
"!bash /notebooks/Anaconda3-2022.05-Linux-x86_64.sh -b -f -p /notebooks/anaconda3"
|
"%cd /notebooks/\n",
|
||||||
|
"!wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh\n",
|
||||||
|
"!bash ./Miniconda3-latest-Linux-x86_64.sh -b -f -p /usr/local # Sorry, but it MUST be installed in /usr/local\n",
|
||||||
|
"sys.path.append('/usr/local/lib/python3.7/site-packages/')\n",
|
||||||
|
"!rm Miniconda3-latest-Linux-x86_64.sh"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue