skip to Main Content

Ubuntu – virtualenvwrapper does not create an activate script

I've been using virtualenvwrapper for years, not sure what has changed. $ mkvirtualenv foobar created virtual environment CPython3.10.4.final.0-64 in 110ms creator CPython3Posix(dest=/home/chris/.virtualenvs/foobar, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/chris/.local/share/virtualenv) added seed packages: pip==22.1.2, setuptools==62.6.0, wheel==0.37.1 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator…

VIEW QUESTION
Back To Top
Search