Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install pyenv

# Linux and Mac only (at the moment)
curl https://pyenv.run | bash
Comment

pyenv install latest version

pyenv install --list | awk '{print $1}' | grep -v - | grep -v 'a|b|c|m' | tail -1
Comment

install pip in pyenv

pyenv exec pip install numpy
or 
pyenv exec pip --version
Comment

pyenv install python version

Python 3.5:
pyenv install 3.5.4
Python 3.6:
pyenv install 3.6.8 
Python 3.7:
pyenv install 3.7.9
Python 3.8:
pyenv install 3.8.6
Python 3.9:
pyenv install 3.9.0
Comment

PREVIOUS NEXT
Code Example
Shell :: pulling and running docker image 
Shell :: connect to specific wifi decive fedora 
Shell :: how to install node js in ubuntu 
Shell :: choco install watchman 
Shell :: git push pull asks for login everytime 
Shell :: debian docker 
Shell :: ssh operation timed out mac 
Shell :: see default gateway linux 
Shell :: zip files in folder linux 
Shell :: run /bin/sh command in docker file 
Shell :: adonis migration run 
Shell :: restart a pod kubernetes 
Shell :: Command to display a process running in windows powershell 
Shell :: ubuntu see ram usage 
Shell :: push branch to remote 
Shell :: lets encrypt nginx 
Shell :: start docker in fedora 
Shell :: replace all substring in a given string 
Shell :: systemctl status apache2.service 
Shell :: ubuntu 20.04 wifi adapter not found dell 
Shell :: run sh from terminal mac 
Shell :: mongodb server stop command in kali linux 
Shell :: bash temporary file 
Shell :: undo git commit 
Shell :: install postgres ubuntu 
Shell :: npm postgres 
Shell :: bash cd or make dir if not exists 
Shell :: git move changes to new branch 
Shell :: copy all files except one linux 
Shell :: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =