Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
the-d-code authored Oct 20, 2023
1 parent f49c67e commit 91734e1
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,34 @@ http://localhost:4848/common/index.jsf
<br/>select exam pool

<br/>press Ping





==============================================================
ANACONDA 3 ENV SETUP COMMANDS
==============================================================

NUMPY = pip uninstall -y numpy
PANDAS = pip uninstall -y pandas

UNINSTALL = pip uninstall -y setuptools
INSTALL = conda install setuptools

LIB = conda install numpy
conda install pandas
conda install matlotlib

==============================================================
SPYDER START USING CMD
==============================================================
conda create -n spyder-env -c conda-forge spyder python=3.8
conda activate spyder-env
spyder
spyder --new-instance

==============================================================
ORECL STOP COMMAND
==============================================================
/etc/init.d/oracle-xe stop

0 comments on commit 91734e1

Please sign in to comment.