Replies: 2 comments
-
You also want to install sudo apt install python3.12-venv At this point you have multiple versions of Python installed. looks like 3.10 is you default install. That's OK. To use 3.12, just be explicit with your version:
That means when you install the virtual environment, use the full version:
Then when you activate the virtual environment, you can simply used |
Beta Was this translation helpful? Give feedback.
0 replies
-
That works. Thanks very much. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am attempting to install bespokeasm on Pop_OS!
I tried updating Python. Here is what happened:
Beta Was this translation helpful? Give feedback.
All reactions