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 :: install ruby linux 
Shell :: rename remote branch in git 
Shell :: CMake Error at src/CMakeLists.txt:10 (find_package): By not providing "FindOpenCV.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "OpenCV", but CMake did not find one. 
Shell :: cordova-ios latest version 
Shell :: delete file on git 
Shell :: close terminal commang 
Shell :: kubernetes get statefulset 
Shell :: bash adding floats 
Shell :: linux list files in txt 
Shell :: docker install 
Shell :: openssl verify cert 
Shell :: serverless sqs batch size 
Shell :: remove folder from git repository 
Shell :: docker run command on container 
Shell :: how to rename a file in terminal 
Shell :: unity download android sdk 
Shell :: echo in red color linux 
Shell :: add file in ignored folder git 
Shell :: cloning repository github 
Shell :: pipi ungrade 
Shell :: ubuntu 18 does not connect to bluetooth earphones 
Shell :: laravel conf apache2 
Shell :: git abandon untracked files 
Shell :: get public ip linux 
Shell :: [Thu Nov 5 15:20:23 2020] Failed to listen on localhost:3200 (reason: Address already in use) 
Shell :: github to colab 
Shell :: how to start a background process in ubuntu 
Shell :: Push an existing repository to an empty github repository 
Shell :: open video linux terminal 
Shell :: remove empty page pdf 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =