Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install pyenv

# Linux and Mac only (at the moment)
curl https://pyenv.run | bash
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 :: how uninstall composer 
Shell :: how to run powershell without admin rights 
Shell :: shell list files in directory 
Shell :: Error: Unable to find a match: centos-release-openstack-queens 
Shell :: path to flutter linux 
Shell :: helm rhel 
Shell :: apache rewrite www to non www 
Shell :: bash if statement 
Shell :: bash: ./runapp.sh: Permission denied 
Shell :: install grub efi arch 
Shell :: aws ssh warning unprotected private key file 
Shell :: heroku cli 
Shell :: bash: count number of lines 
Shell :: how to cat a file that has spaces 
Shell :: find files linux newer than 
Shell :: install jenkins on ubuntu 20.04 
Shell :: get the latest from remote git 
Shell :: downgrade ruby version ubuntu 
Shell :: update inkscape to new version 
Shell :: redux installation 
Shell :: how to know expire date for user linux 
Shell :: git replace branch with another 
Shell :: git delete origin branch 
Shell :: Authentication failed for tfs git 
Shell :: raspberry pi mongodb server 5.0 
Shell :: git gui 
Shell :: graphiql download 
Shell :: how to check whether a string contains a special character or not in bash 
Shell :: wget mac robot 
Shell :: docker ps not showing containers 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =