Questions marquées «virtualenv»


3
Erreur lors de l'installation de scrapy dans virtualenv avec pip
pip install scrapy Downloading/unpacking scrapy Downloading Scrapy-0.24.2-py2-none-any.whl (502kB): 502kB downloaded Downloading/unpacking pyOpenSSL (from scrapy) Downloading pyOpenSSL-0.14.tar.gz (128kB): 128kB downloaded Running setup.py (path:/home/elie/.virtualenvs/stat/build/pyOpenSSL/setup.py) egg_info for package pyOpenSSL warning: no previously-included files matching '*.pyc' found anywhere in distribution no previously-included directories found matching 'doc/_build' Requirement already satisfied (use --upgrade to upgrade): six>=1.5.2 …

2
pyvenv vs venv vs python-virtualenv vs virtualenv et python 3
malikarumi@Tetouan2:~$ pip install virtualenv Collecting virtualenv Downloading virtualenv-12.0.7-py2.py3-none-any.whl (1.8MB) 100% |################################| 1.8MB 330kB/s malikarumi@Tetouan2:~$ pip freeze (a lot of stuff, but not virtualenv) malikarumi@Tetouan2:~$ virtualenv testvenv1 The program 'virtualenv' is currently not installed. You can install it by typing: sudo apt-get install python-virtualenv Qu'est-ce qui se passe ici? est python-virtualenv …
13 apt  python  pip  virtualenv 

4
Problème de virtualenvwrapper Python lors de l'exécution des hooks d'initialisation
Sur une nouvelle installation de 16.04, j'essaie d'installer virtualenvwrapper en suivant cette excellente réponse de Gerhard Burger. après avoir configuré le .bashrc, à chaque ouverture du terminal s'affiche bash: /usr/local/bin/python2.7: No such file or directory virtualenvwrapper.sh: There was a problem running the initialization hooks. If Python could not import the …

3
Comment installer Pygame dans virtualenv?
Dans installé python-virtualenv, car cette question a dit que je devrais utiliser virtualenv pour installer pygame. Cependant, je ne sais pas vraiment comment cela a été accompli. Ce que j'ai fait (en suivant ces instructions ): virtualenv --no-site-packages --distribute -p /usr/bin/python3.3 ~/.virtualenvs/pywork3 --no-pip Et puis je ne sais pas où …

En utilisant notre site, vous reconnaissez avoir lu et compris notre politique liée aux cookies et notre politique de confidentialité.
Licensed under cc by-sa 3.0 with attribution required.