Unix & Linux Asked by JacobTheDev on January 2, 2022
I’ve got a backup script that utilizes duplicity to upload to Dropbox. It’s erroring out because the dropbox-python-sdk version required, 6.9.0, uses the keyword async
which is now reserved in python3. I have both python3 and python2.7 installed on my system, but duplicity is automatically using python3. How can I configure my system, this script, or duplicity, to specifically run python2.7 (in this case, /usr/bin/pthyon
)?
I don't know duplicity but if it's only 1 script or a combination of a tiny number of scripts then changing #!/usr/bn/python
to #!/usr/bin/python3
on the 1st line of the script should do the trick.
Otherwise you can change the symlink /usr/bin/python
points to. On most distro's there is a 'clean' way to do this but the following will work everywhere:sudo ln -sf $(which python3) /usr/bin/python
Answered by Garo on January 2, 2022
1 Asked on August 15, 2020 by michael-stbich
5 Asked on August 14, 2020 by gradient
0 Asked on August 11, 2020 by rushisrinivas-k
3 Asked on August 10, 2020 by ssiresha-garimella
1 Asked on August 9, 2020 by akhil-jalagam
0 Asked on August 6, 2020 by chloe
5 Asked on August 4, 2020 by ripper234
1 Asked on August 3, 2020 by mishal-ahmed
1 Asked on July 29, 2020 by mmaluff
Get help from others!
Recent Answers
Recent Questions
© 2023 AnswerBun.com. All rights reserved. Sites we Love: PCI Database, MenuIva, UKBizDB, Menu Kuliner, Sharing RPP, SolveDir