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 무슨 일이야? -virtualenv == pyvenv는 무엇입니까? 여전히 …
16.04를 새로 설치할 때 Gerhard Burger의 훌륭한 답변에 따라 virtualenvwrapper를 설치하려고합니다 . 을 구성한 후 .bashrc터미널을 열 때마다 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 module virtualenvwrapper.hook_loader, check that virtualenvwrapper has been installed for VIRTUALENVWRAPPER_PYTHON=/usr/local/bin/python2.7 …
설치에 python-virtualenv있기 때문에, 이 질문은 말했다 내가 파이 게임을 설치 VIRTUALENV 사용해야합니다. 그러나 나는 그것이 어떻게 성취되었는지 확실하지 않습니다. 내가 한 일 ( 이 지침을 따름 ) : virtualenv --no-site-packages --distribute -p /usr/bin/python3.3 ~/.virtualenvs/pywork3 --no-pip 그리고 어디로 가야할지 모르겠습니다. virtualenv에서 사용할 pygame을 어떻게 설치합니까? 편집 : GuySoft의 지침을 따르고 모든 …