2

I would like to avoid backports, they always seem to mess up my packages.

So I was thinking tools like conda / virtualenv / maybe even docker can help. What's the most simple / cleanest way to work with python 3.7 on my system?

0

1 Answer 1

0
sudo apt-get install python3.7

Docker is fine and so is virtualenv/virtualenvwrapper.

Pass in the -p to the binary if you're working with a virtual environment.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.