LoFa
Add
Login
Search
Title:
Tag1 for Path:
a single word in lower characters
Tag2 for Path:
List of alternative single tags:
one or many words in lower characters, separated by comma or space
Text:
<pre><code>pkg install pypy3</code> 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. </pre> <code>whereis pypy3</code> <pre> pypy3: /usr/local/bin/pypy3 </pre> <h2>Create virtualenv</h2> <pre><code> cd django3</code> <code>whereis pypy3</code> pypy3: /usr/local/bin/pypy3 <code>virtualenv -p /usr/local/bin/pypy3 venvlf20</code> 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 <code>ls -altr</code> drwxr-xr-x 5 root wheel 512 Sep 6 14:29 venvlf20 <code>source venvlf20a/bin/activate.csh</code> <pre>
URL:
Operation:
Delete
Update
Insert
Template Prompt