nuovo metodo di installazione di poetry con pip
This commit is contained in:
+7
-3
@@ -5,9 +5,13 @@
|
||||
. "$(this_script_path)/curl.sh"
|
||||
|
||||
function feat_add_poetry() {
|
||||
feat_needed "pip"
|
||||
feat_needed "curl"
|
||||
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
|
||||
# Questo era il vecchio metodo:
|
||||
#feat_needed "pip"
|
||||
#feat_needed "curl"
|
||||
#curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
|
||||
|
||||
# Adesso è raccomandato invece installare direttamente con pip:
|
||||
pip_feat_needed "poetry"
|
||||
. "$HOME/.poetry/env"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user