Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

binaries / script installed by pip install --user are not in windows path by default #13

Closed
yakky opened this issue Dec 3, 2017 · 1 comment · Fixed by #14
Closed

Comments

@yakky
Copy link
Member

yakky commented Dec 3, 2017

Descrizione

pip install --user installa script e binari (es: django-admin.py) in una cartella utente (es %APPDATA%\Python\Python36\Scripts in windows, ma in MacOS / Linux non cambia) che di default non è nel path. E' quindi necessario documentare come aggiungere quel percorso al path in modo "stabile".

PATH del file

incolla qui il path del file incriminato (es. djangogirls_revamped/installation/README.md)

Versione di Python

3.6.x (ma in realtà tutte)

Sistema Operativo

Tutti

@yakky
Copy link
Member Author

yakky commented Dec 3, 2017

Forse si può usare questo https://technet.microsoft.com/en-us/library/cc755104(WS.10).aspx

SETX PATH %PATH%;%APPDATA%\Python\Python36\Scripts

Di default modifica l'environment dell'utente corrente e non richiede privilegi, quindi potrebbe essere una buona soluzione e abbastanza semplice

simobasso added a commit that referenced this issue Apr 9, 2018
questo perché non lo abbiamo nel path, e dato che metterlo é ben piú
complicato da spiegare che altro andiamo dritti senza farci troppi
problemi.
le girls avranno tutto il tempo per imparare come si fanno le cose bene

close #13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant