Perguntas com a marcação «virtualenv»


3
Erro ao instalar scrapy no virtualenv usando 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 e 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 O que está acontecendo aqui? que é …
13 apt  python  pip  virtualenv 

4
Problema no virtualenvwrapper do Python executando os ganchos de inicialização
Em uma nova instalação do 16.04, estou tentando instalar o virtualenvwrapper seguindo esta ótima resposta de Gerhard Burger. depois de configurar o .bashrc, sempre que abrir o terminal é exibido 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 …

3
Como instalo o Pygame no virtualenv?
No instalado python-virtualenv, porque esta pergunta dizia que eu deveria usar o virtualenv para instalar o pygame. No entanto, não tenho muita certeza de como isso é realizado. O que fiz (seguindo estas instruções ): virtualenv --no-site-packages --distribute -p /usr/bin/python3.3 ~/.virtualenvs/pywork3 --no-pip E então eu não sei para onde ir. …
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.