Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install poetry

# Install Poetry Python Package manager (as of 2020-05)
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
Comment

install poetry

# python3
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
# python2
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
Comment

poetry python install

# Install Poetry Python using this command the others are deprecated
curl -sSL https://install.python-poetry.org/ | python3
Comment

install poetry

curl -sSL https://install.python-poetry.org | python3 -
Comment

poetry install

#  On Windows PowerShell:
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python -
Comment

PREVIOUS NEXT
Code Example
Shell :: beam smp 
Shell :: linux my ip 
Shell :: grep multiple 
Shell :: git reset last commit keep changes 
Shell :: nvm install ubuntu 
Shell :: bash wait for input to continue 
Shell :: Shell CLI Argument Default Value 
Shell :: bash temp file 
Shell :: restart mac 
Shell :: docker created network 
Shell :: instalar docker compose ubuntu 
Shell :: mac terminal delete directory 
Shell :: bash Creating help function 
Shell :: install node js redhat 8 
Shell :: how to extract a zip file in linux terminal 
Shell :: linux command create folder if not exist 
Shell :: to see all after commit in local repository in git 
Shell :: compare local branch with remote branch 
Shell :: install spotify on linux 
Shell :: create xampp shortcut ubuntu 
Shell :: ngx-material-file-input 
Shell :: upload folder to gitlab 
Shell :: conda install opencv 
Shell :: ubuntu arial font 
Shell :: git see changes to one file 
Shell :: Port 5000 is not open on localhost, could not start functions emulator 
Shell :: export import all vscode extensions 
Shell :: curl ssl verify false cli 
Shell :: git log grep 
Shell :: how to mount a hard drive in ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =