Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install python 3.6 in colab

// Cell0:
%env PYTHONPATH=

// Cell1:
%%bash
MINICONDA_INSTALLER_SCRIPT=Miniconda3-4.5.4-Linux-x86_64.sh
MINICONDA_PREFIX=/usr/local
wget https://repo.continuum.io/miniconda/$MINICONDA_INSTALLER_SCRIPT
chmod +x $MINICONDA_INSTALLER_SCRIPT
./$MINICONDA_INSTALLER_SCRIPT -b -f -p $MINICONDA_PREFIX
Comment

PREVIOUS NEXT
Code Example
Shell :: batch call another batch with parameters 
Shell :: powershell string contains 
Shell :: create a new github repository 
Shell :: after checking out a previous commit go back to latest commit 
Shell :: how to fix libffi missing in macos 
Shell :: how to define a variable in bashrc 
Shell :: windows commandline zip 
Shell :: install balena etcher on manjaro linux 
Shell :: file system ntfs not configured in kernel 
Shell :: how to delete branch git cli 
Shell :: rearrange pdf pages linux 
Shell :: pi disable ssh warning 
Shell :: npm install proxy 
Shell :: copy all in a folder here command terminal 
Shell :: linux "Error: Timeout was reached" 
Shell :: git pull asks for passphrase every time 
Shell :: ubuntu turn off screen terminal 
Shell :: netstat -anp | grep :80 | wc -l 
Shell :: install jenkins on ubuntu 20.04 
Shell :: ftp download directory 
Shell :: Update in fedora before installs 
Shell :: how to checkout to another branch in git 
Shell :: git pulling one file from a branch 
Shell :: surge installation 
Shell :: To use, run # sudo amazon-linux-extras install nginx1 
Shell :: Could not find or parse valid build output file. 
Shell :: git change author of last 2 commits 
Shell :: access wsl files from windows 
Shell :: install docker machine 
Shell :: rsync backup 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =