Install pypy3 on FreeBSD

pkg install pypy3
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 2 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        libunwind: 20200331_1
        pypy3: 7.3.0

Number of packages to be installed: 2

The process will require 94 MiB more space.
17 MiB to be downloaded.

Proceed with this action? [y/N]: y
[1/2] Fetching pypy3-7.3.0.txz: 100%   16 MiB  17.2MB/s    00:01    
[2/2] Fetching libunwind-20200331_1.txz: 100%  127 KiB 130.3kB/s    00:01    
Checking integrity... done (0 conflicting)
[1/2] Installing libunwind-20200331_1...
[1/2] Extracting libunwind-20200331_1: 100%
[2/2] Installing pypy3-7.3.0...
[2/2] Extracting pypy3-7.3.0: 100%
=====
Message from pypy3-7.3.0:

--
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

gdbm            databases/pypy-gdbm
sqlite3         databases/pypy-sqlite3
tkinter         x11-toolkits/pypy-tkinter

Note that PyPy does not implement the following module that would
have been provided as a separate port:

bsddb           databases/pypy-bsddb
--
===>   NOTICE:

This port is deprecated; you may wish to reconsider installing it:

Uses Python 2.7 which is EOLed upstream.

It is scheduled to be removed on or after 2020-12-31.
whereis pypy3
pypy3: /usr/local/bin/pypy3

Create virtualenv


cd django3
whereis pypy3
pypy3: /usr/local/bin/pypy3
virtualenv -p /usr/local/bin/pypy3 venvlf20
created virtual environment PyPy3.6.9.final.0-64 in 3203ms
  creator PyPy3Posix(dest=/......www/django3/venvlf20, clear=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv)
    added seed packages: pip==20.2.2, setuptools==49.6.0, wheel==0.35.1
  activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
ls -altr
drwxr-xr-x   5 root  wheel   512 Sep  6 14:29 venvlf20

source venvlf20a/bin/activate.csh


Published: Sept. 6, 2020

Change Content

The information on this page is user generated content. The content does not claim to be complete or correct.

Everybody is invited to add or change the data. Just click on this link. No login or email is required. Thanks.