[Slackbuilds-users] Installing Python packages
    Rich Shepard 
    rshepard at appl-ecosys.com
       
    Fri Jul 14 19:26:27 UTC 2017
    
    
  
On Fri, 14 Jul 2017, Audrius Kažukauskas wrote:
> virtualenv is included in Python 3 Standard Library as venv[*] module. The
> name of executable is pyvenv, but it was deprecated recently, although
> it's still there and usable:
>
>  The pyvenv script has been deprecated as of Python 3.6 in favor of using
>  python3 -m venv to help prevent any potential confusion as to which
>  Python interpreter a virtual environment will be based on.
>
> Regarding other packages you have listed, you'll need to rebuild them
> using python3, I don't see any other way around it.
>
> [*] https://docs.python.org/3/library/venv.html
   Thanks, Audrius. I'll rebuild the packages and read about venv.
Much appreciated,
Rich
    
    
More information about the SlackBuilds-users
mailing list