Configuring issue

Perhaps there is a clue in the command history...
history | grep -i python

2 Likes

Hi rg305, another lesson I've leaned today is history of commands - thank you!

OK here is the list:

12 yum update python
13 yum update python3
53 sudo yum install python2.7
54 sudo yum install python27
77 yum install python27-python-pip
78 scl enable python27 bash
82 yum reinstall python-requests
84 yum reinstall python-six
86 yum reinstall python-urllib3
87 scl enable python27 bash
92 yum update yum install certbot python3-certbot-nginx # not necessary
93 yum update yum install certbot python2-certbot-nginx # not necessary
94 yum install python27-python-pip
95 scl enable python27 bash
109 python --version
110 python3 --version
114 yum install certbot python2-certbot-nginx # not necessary
115 yum install python27-python-pip
116 scl enable python27 bash
122 yum install certbot python2-certbot-nginx # not necessary
225 yum install certbot python2-certbot-nginx # not necessary
242 yum install certbot python2-certbot-nginx # not necessary
243 yum install python27-python-pip
244 scl enable python27 bash
308 yum reinstall python-requests
309 yum reinstall python-six
310 yum reinstall python-urllib3
352 sudo apt install certbot python3-certbot-nginx
355 yum install certbot python3-certbot-nginx
388 # Install Python 3.4
397 sudo apt-get install python3.6
398 sudo yum install python3.6
399 sudo yum install python3.3
400 sudo yum install python3
401 sudo yum install python2.7
402 python3 --version
403 python3
405 yum install python27-python-pip
406 scl enable python27 bash
432 pip install python --force-reinstall
433 pip install python --force-reinstall python2.7
453 yum remove python27-python-pip
455 history | grep -i python
456 yum remove python3
457 history | grep -i python
oot@instance-philw-1 bin]#

I am wondering whether or not to delete and recreate the VM and then just follow the snap commands given my limited Linux skills, do you think this would be pragmatic or am I almost there?

3 Likes

Two that stand out to me:

2 Likes

If that is not too much of a setback, definitely yes.
No one gets there first server right.
Maybe not even the second one.
If you have all the data you need copied out, you should be fine.

3 Likes

OK, I shall do that. Many thanks for your patience!

Regards

Phil

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.