Creating a virtual environment with Python 3.4.2 - Raspberry Pi Forums
hi, i'm newbie linux , python.
i've been unsuccessfully trying implement virtual environment python 3 project under new install of jessie.
documentation says pyvenv standard tool doesn't appear installed out of box, showed python3.4-venv uninstalled. looked might required ,
installed package using .
unfortunately doesn't seem have worked following :
pi@raspberrypi:~ $ -bash: pyvenv: command not found
in advance.
i've been unsuccessfully trying implement virtual environment python 3 project under new install of jessie.
documentation says pyvenv standard tool doesn't appear installed out of box,
code: select all
dpkg-query -l '*venv*'
installed package using
code: select all
sudo apt-get install python3.4-venv
unfortunately doesn't seem have worked following :
pi@raspberrypi:~ $
code: select all
pyvenv ws
in advance.
looks python 2 still default , therefore there no 'shortcut' symbolic links python 3 tools, command is: not plain 'pyvenv' - of course create symbolic link there...
code: select all
pyvenv-3.4
raspberrypi
Comments
Post a Comment