You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the recreation time, the current version is favored against the current selected destributions.
Main scenario, it was made for, is "I reset my complete environment to validate package install + test" keeping the current release.
So :
pyv rc spintest
pip install
....
In your case either , as you said :
manually do : pyv d spintest + pyv c spintest
or pyv rc spintest Python-3.6.8 (adding the expected new version forcing the target python release to be used)
set to reproduce
pyhton dist = Python-3.6.8 and spintest:Python 3.6.8
spintest is still present on python 3.6.8
Proposal
on the function _pyv_recreate()
use function _pyv_delete() and _pyv_create()
The text was updated successfully, but these errors were encountered: