Câu hỏi được gắn thẻ «virtualenv»


3
Lỗi cài đặt phế liệu trong virtualenv khi sử dụng 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 và 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 Chuyện gì đang xảy ra ở đây? …
13 apt  python  pip  virtualenv 


3
Làm cách nào để cài đặt Pygame trong virtualenv?
Trong cài đặt python-virtualenv, vì câu hỏi này cho biết tôi nên sử dụng virtualenv để cài đặt pygame. Tuy nhiên, tôi không thực sự chắc chắn làm thế nào hoàn thành. Những gì tôi đã làm (làm theo các hướng dẫn sau ): virtualenv --no-site-packages --distribute -p /usr/bin/python3.3 ~/.virtualenvs/pywork3 …
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.