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,

code: select all

dpkg-query -l '*venv*'
showed python3.4-venv uninstalled. looked might required ,
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
-bash: pyvenv: command not found

in advance.

looks python 2 still default , therefore there no 'shortcut' symbolic links python 3 tools, command is:

code: select all

pyvenv-3.4 
not plain 'pyvenv' - of course create symbolic link there...


raspberrypi



Comments

Popular posts from this blog

invalid use of void expresion in FlexiTimer2 library

error: a function-definition is not allowed here before '{' token

LED Strip Code