[MacPorts] #70065: py312-virtualenv at 20.26.2 is incompatible with Python 3.12

MacPorts noreply at macports.org
Fri May 24 01:01:03 UTC 2024


#70065: py312-virtualenv at 20.26.2 is incompatible with Python 3.12
---------------------------------+--------------------
  Reporter:  Themanwithoutaplan  |      Owner:  (none)
      Type:  defect              |     Status:  closed
  Priority:  Normal              |  Milestone:
 Component:  ports               |    Version:  2.9.3
Resolution:  worksforme          |   Keywords:
      Port:  py312-virtualenv    |
---------------------------------+--------------------
Changes (by reneeotten):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 After you create a virtual environment, you have to activate it first -
 from the commands you show in the ticket here that is not what you did.
 Just {{{cd}}}-ing to the directory is not going to work.

 When I try the following locally, it works fine for me:
 {{{
 virtualenv-3.12 /tmp/test
 source /tmp/test/bin/activate
 pip list
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/70065#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list