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 é python-virtualenv == pyvenv? Ainda não está quebrado? O virtualenv original ainda funciona com python? se venv (muitas variações de nome !!!) faz parte da biblioteca padrão, https://docs.python.org/3/library/venv.html , por que estou sendo instruído a instalá-lo?
E quando tentei instalá-lo, obtive:
malikarumi@Tetouan2:~$ sudo apt-get install python-virtualenv
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
python-colorama python-distlib python-html5lib python-pip python-setuptools
Nesse ponto, eu abortei, porque a instalação do python3-pip logo antes disso me deu
Setting up python3-setuptools (3.3-1ubuntu1) ...
Setting up python3-pip (1.5.4-1) ...
E eu não tinha certeza se os pacotes extras os substituiriam ou iriam para o python 2.7.
Eu li que o python 3 deveria ser o padrão daqui para frente. Como o 2.7 e o 3.4 estão lá e têm comandos separados, como não apenas certifico-me de que o Python 3 é o meu padrão, mas que qualquer coisa que eu instale vá para lá e seja usada por ele em vez do 2.7?
BTW, tentei o sudo apt-get python3-virtualenv e obtive: E: Não foi possível localizar o pacote python3-virtualenv