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

Lien pour installer un environnement virtuel #64

Open
Tony4469 opened this issue Feb 20, 2019 · 0 comments
Open

Lien pour installer un environnement virtuel #64

Tony4469 opened this issue Feb 20, 2019 · 0 comments

Comments

@Tony4469
Copy link

J'aurais remplacé le lien dans la section 5 de la doc d'install :
5 - create a virtual environment for python 2.7 virtual environment)

par le lien suivant : https://python-guide-pt-br.readthedocs.io/fr/latest/dev/virtualenvs.html

ou mettre directement les commandes à écrire :
pip install virtualenv
virtualenv venv
virtualenv -p /usr/bin/python2.7 venv
source venv/bin/activate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant