Vertaling van "a virtualenv" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
We will make a virtualenv called myvenv.
Create a virtualenv using the requirements.txt file from the certificate-transparency project and run the following steps with that virtualenv activated.
Créez un virtualenv en utilisant le fichier requirements.txt du projet certificate-transparency, et exécuter les étapes suivantes avec ce virtualenv activé.
If you install your project's Python dependencies inside a virtualenv, you'll need to add the path to this virtualenv's site-packages directory to your Python path as well.
Si vous installez les dépendances Python de votre projet à l'intérieur d'un virtualenv, vous devrez aussi ajouter le chemin du répertoire site-packages de ce virtualenv dans le chemin Python.
If you install your project's Python dependencies inside a virtualenv, add the path to the virtualenv using WSGIPythonHome.
Si vous installez les dépendances Python de votre projet dans un virtualenv, ajoutez le chemin vers ce virtualenv dans WSGIPythonHome.
Creating a virtualenv on PythonAnywhere, just like the one on your own computer
Création d'un virtualenv chez PythonAnywhere, comme celui sur votre propre ordinateur
Install dependencies, preferably with a virtualenv.
So, let's create a virtual environment (also called a virtualenv).
Donc, commençons par créer un environnement virtuel de programmation (ou virtualenv).
The contributing tutorial walks through how to create a virtualenv on Python 3.