songbird wrote:
...
> The package mentioned is installed:
>
>
>=
>
> $ dpkg -l | grep python3-venv
> ii python3-venv 3.9.0-4amd64
>pyvenv-3 binary for python3 (default python3 version)
>
here is something i missed including in my fi
Chris Angelico wrote:
...
> $ which python
/usr/bin/python for both user and root
looking at /usr/bin it looks like:
lrwxrwxrwx 1 root root 7 Nov 3 03:20 python -> python3
lrwxrwxrwx 1 root root 9 Dec 6 05:36 python3 -> python3.9
-rwxr-xr-x 1 root root 5479
On Sun, Dec 27, 2020 at 11:31 AM songbird wrote:
>
>
> Simlar to Rich's asking about how to deal with python3.9
> I'm not able to to get my virtual environment set up to work
> now and I'm not sure how to go about fixing this.
>
> As it is testing I may have broken it somehow but I do not
> kn
Simlar to Rich's asking about how to deal with python3.9
I'm not able to to get my virtual environment set up to work
now and I'm not sure how to go about fixing this.
As it is testing I may have broken it somehow but I do not
know how to fix this.
I asked on the Debian user mailing list
On Sat, 26 Dec 2020, Terry Reedy wrote:
Separate 'pip' executables can be ambiguous as to which python they will
invoke. Some people consider them a mistake.
Terry,
Until there's no more python2 it can remain confusing.
I found part, if not all, of my problem. The SlackBuild scripts for
mult
On Sat, 26 Dec 2020, Barry Scott wrote:
It works great with 3.9. which web psge did you see the claim on?
Barry,
I don't recall which pip3 installation page it was. But I used 'python3
get-pip.py' and that worked.
Stay well,
Rich
--
https://mail.python.org/mailman/listinfo/python-list
On 12/26/2020 12:13 PM, Rich Shepard wrote:
Running Slackware-14.2/x86_64 here. I'm trying to learn if any installed
applications are still dependent on Python2 (version 2.7.17 installed) as
its EOL is this coming Thursday and I want to clean out all Python2 modules
and replace them with their Py
I am using signup method:
user_signup = auth.create_user_with_email_and_password(email, password)
and my firebase rules are:
{
"rules": {
".read": false,
".write": false,
"$localId": {
".write": "auth.uid === $localId",
".read": "auth.uid === $localId"
}
On Sat, 26 Dec 2020, Mats Wichmann wrote:
pip supports 3.9 fine, and is just about to lose support for 2.x entirely.
Mats,
Yes, it does.
this sounds like a Slack packaging issue, have you checked with appropriate
forums_
It's apparently a local issue: my python3 packages ended up in
/usr/
On 12/26/20 10:13 AM, Rich Shepard wrote:
Running Slackware-14.2/x86_64 here. I'm trying to learn if any installed
applications are still dependent on Python2 (version 2.7.17 installed) as
its EOL is this coming Thursday and I want to clean out all Python2 modules
and replace them with their Pyth
> On 26 Dec 2020, at 17:13, Rich Shepard wrote:
>
> Running Slackware-14.2/x86_64 here. I'm trying to learn if any installed
> applications are still dependent on Python2 (version 2.7.17 installed) as
> its EOL is this coming Thursday and I want to clean out all Python2 modules
> and replace t
Running Slackware-14.2/x86_64 here. I'm trying to learn if any installed
applications are still dependent on Python2 (version 2.7.17 installed) as
its EOL is this coming Thursday and I want to clean out all Python2 modules
and replace them with their Python3 versions (3.9 installed here). This
rai
12 matches
Mail list logo